| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This will attach and detach the native thread to and from the java vm. I believe
this was the cause of a crash in donut. Sometimes, the IconDatabase needs to
notify the WebCore thread of a new Icon. These callbacks post messages through
the vm which causes AttachCurrentThread to be called but no matching
DetachCurrentThread when the thread exits.
Bug:1977972
|
| |
| |
| |
| |
| | |
Also, delete threadData if pthread_create fails. This is a rare occurance but we
don't want to leak memory just in case.
|
| |
| |
| |
| | |
Added JSC namespace for the TimeCounter.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
calculations.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Not exact match of JSC build because some Makefiles have to be splitted into two. I use Android.v8...mk.
|
| |
| |
| |
| |
| |
| | |
It is easier to work with merge tool. Will add a separate set of Makefiles for V8.
Add Android.v8.mk as a reference.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The generated file chartables.c was being both explicitly #included inside
of pcre_tables.cpp and also added to LOCAL_GENERATED_SOURCES. This lead to
a duplicate symbol definition.
The reason this ever worked was that the Android build system
accidentally ignored ".c" files in LOCAL_GENERATED_SOURCES. Now that the
.c files are being compiled the problem is exposed.
Fixed by simply not adding chartables.c to LOCAL_GENERATED_SOURCES.
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Introduce (short lived I hope) platform SKIA_SGL, signifying that this code
is used by both platforms (SKIA) and (SGL). This change is meant to be the
foundation for more significant sharing later (e.g. TransformationMatrix,
Pattern, Gradient, etc.)
|
| | |
| | |
| | |
| | | |
Picked up several new files from Chrome port.
|
|/ /
| |
| |
| | |
This file can be shared by both JavaScriptCore and V8 builds.
|
| |
| |
| |
| |
| |
| | |
https://bugs.webkit.org/show_bug.cgi?id=25091
Automated import of CL 146302
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
rendering of the textfield, yet we retain the benefits of having the TextDialog.
Frame.cpp:
Removed a line that should not be there anyway. Somehow when merging in Apple's ENABLE(TEXT_CARET) changes we left in a line that disables the blinking Cursor.
Platform.h:
Let WebKit draw the cursor.
RenderThemeAndroid.cpp:
Make the active selection color (the color of a selection in an active <textfield> or <textarea>) visible, and match the selection color shown in other places in Android.
WebViewCore.cpp:
Make the focused node's document's focus controller active. This allows webkit to draw the cursor.
TextDialog.java:
Set WillNotDraw to true, and remove our background, so that the TextDialog is completely invisible. Note that I have not changed its visibility to View.VISIBLE, which would have other undesired effects (would not accept touch events, for example). Since we are not drawing, remove onPreDraw, which is no longer necessary. In onSelectionChanged, pass a message to webkit telling it that the selection has changed. It is important that the two threads always agree (albeit webkit may be behind) because the user will now only see the selection drawn by webkit. Remove some old flawed code whose purpose was to keep the selection up to date and do not send key events for arrow keys (which would mess up the selection that was correct thanks to onSelectionChanged).
BUG=1781070,1712752,916193,1411370,1160999,1775425,1354814
Automated import of CL 146153
|
| |
| |
| |
| | |
Automated import of CL 145799
|
| |
| |
| |
| | |
Automated import of CL 145796
|
| |
| |
| |
| |
| |
| |
| |
| | |
don't include chromium files in JavaScriptCore
add a list of generated files to exclude
BUG=1553405
Automated import of CL 144643
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Our execute bit is out of sync with webkit.org, so make
them the same. This helps keep the diff tool from
getting confused.
BUG=1553405
Automated import of CL 143526
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Anticipating another merge with webkit, these changes
update the rules to automatically exclude files we've already removed
manually. A new rule allows including files that are not yet
checked into webkit's makefiles (e.g., Touch).
The exclude rules no longer need to be alphabetized, but the
makefile sources still do -- so fix a couple of entries that
are out of order.
BUG=1553405
Automated import of CL 143486
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|