| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Android's version of notImplemented() to match that on other
platforms and only log once for each method.
- Remove lowPriority_notImplemented(), as this was added way back in
https://mondrian.corp.google.com/changelist/16159-p9 and I'm pretty
sure the distinction between that and notImplemented() has long
since been lost.
- Move verifiedOk() to FrameLoaderClientAndroid.cpp as this is the
only place it is used.
Bug: 5008643
Change-Id: I6552a2a736873b4dfb0933e55af3ab862b60f87c
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
bug:4995281
Change-Id: Iee2d508c234d3e1cecb367b0108fd7215730173c
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
This reverts commit 706c2b4c3089f2832c8172c0581e3df110bf534c.
|
| |\ \ \ |
|
| | | |/
| |/|
| | |
| | |
| | |
| | | |
We are just getting lucky that the handle is the same for now.
Change-Id: I8d897148dfaa29acbb2e23fd8894fcfea7f00215
|
| |\ \ \
| | | |
| | | |
| | | | |
is cleared"
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Force removing pending PageCache deletes when
deleting a WebView.
Change-Id: Ibd62f7b841e311a907c01a626834559b3bd9f263
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Merge Chromium at r12.0.742.93: Direct access in FormField
Merge Chromium at r12.0.742.93: Autofill fixes
Merge Chromium at r12.0.742.93: Snapstart error code removed
Merge Chromium at r12.0.742.93: CookiePolicy update
Merge Chromium at r12.0.742.93: Updating include paths
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
FormField changed to a struct with public members instead of
a class with setters and getters. CL:
http://codereview.chromium.org/6625087
Change-Id: I02f589b671147c1ff09661b032c979c85e15a264
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
AutoFillProfile -> AutofillProfile renaming:
http://codereview.chromium.org/6658030
Moved from AutofillType to AutofillFieldType, upstream CL:
http://src.chromium.org/viewvc/chrome/branches/742/src/chrome/browser/autofill/autofill_profile.h?r1=77630&r2=78518&pathrev=88489
Change-Id: Ie54a0054221d28b20622f94dd882975c73a5aec1
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Snapstart error code removed upstream, removing it from our list
as well.
Chromium CL:
http://src.chromium.org/viewvc/chrome/branches/742/src/net/base/net_error_list.h?r1=76644&r2=81288&pathrev=88489
Change-Id: I80966819f04d13d73608dfb2d1510eabe4a64f38
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Async functionality removed, and const added. Needed to make
the Mutex mutable so it can be changed in the const function.
Chromium CL:
http://src.chromium.org/viewvc/chrome/branches/742/src/net/base/cookie_policy.h?view=diff&pathrev=88489&r1=80659&r2=80660
Change-Id: Ib8898076cd6a22ccac4f719bc9ed437bf36d7b44
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
chromium CL:
http://codereview.chromium.org/6714032
Also fix another orderding when I was there.
Change-Id: Ie3d53bc3816760f8f0d1a41c5d458968c35afc80
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
always do so from our weak global reference
This avoid using a stale local reference in the case that calls to
begin() and end() are unbalanced.
Bug: 5006434
Change-Id: I3d1bb4ecfe11e9b54fb2a48b6ab9663ea753be54
|
| |/ / / /
| | | |
| | | |
| | | | |
Change-Id: I3a488125d86a4f8cc63691ae7035cad0eadaf514
|
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | | |/
| |/|
| | |
| | |
| | | |
Bug: 4509854
Change-Id: I70bd6b5f1ce32263b1f048a7bb5e732338e7297d
|
| |\ \ \ |
|
| | |/ /
| | |
| | |
| | | |
Change-Id: Id8612946d845daad86f02f626c3247ff8dc1d2f8
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The webkit merge from CL 112610 introduced an api change in
setrectForUnderline, changing two params from int to float. The body
of the function, however, was still performing int to float
conversions, resulting in a debug assert within skia and conversion
results forced to zero. This CL removes the outdated conversion.
Change-Id: I0d5fae39552c3e6801b83e6c4363dc063a01b165
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
issue: 4982074
Change-Id: I5d86539a17393f3060cd67bd4c6888734037c7e4
|
| |\ \ \ \
| |/ / / |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts some of my previous change which wrongly treats
format-detection as a viewport change.
issue: 4975315
Change-Id: Icb3ab9b813010b253a59fca6992deb1aa4d186e7
|
| |\ \ \ \
| |/ / / |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The Android's customized way of parsing viewport meta tags is kept intact;
while the viewport update notification mechanism is changed to use webkit's
way. This gives much better notification of viewport switching.
issue: 4975315
Change-Id: I7896b67d684efec015245ee804a9243e72ff0b50
|
| |\ \ \ \ |
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When tiles are reclaimed, they are now taken first from webviews that haven't
been drawn in a while. Previously they were taken from any other webview - which
may have been one still being displayed if multiple are onscreen.
bug:4049143 partially solved (still not enough graphics memory allocated for
tiles on tablet devices)
Change-Id: Id400ea28e92ba805120c8353881834157fefa483
|
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Java side change: #change,118782
Change-Id: I9f94f2541a2dd197a77210566fb3a8d28102010c
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
* changes:
Merge Chromium at r11.0.696.0: Compile fix, update include location
Merge Chromium at r11.0.696.0: Compile fixes in WebRequestContext.cc
Merge Chromium at r11.0.696.0: Just AutoFill => Autofill renaming
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
chrome/browser/tab_contents/tab_contents.h has moved to
content/browser/tab_contents/tab_contents.h
Change-Id: I899af0a4895f0d6a30850c65c22fbc67c7bedd88
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Members in UrlRequestContext was made private in:
http://src.chromium.org/viewvc/chrome/trunk/src/net/url_request/url_request_context.h?view=diff&pathrev=77261&r1=75164&r2=75165
Using setter to set instead of using variable directly.
Change-Id: I1d8b554a1f017d39acbf5ae014e934631c29049b
|
| | |/
| |
| |
| | |
Change-Id: Iefb91f0b784c26b503125017ae3582a28e7d530d
|
| |\ \ |
|
| | | |
| | |
| | |
| | | |
Change-Id: Ie1c24e5e402c539e0359810cfdf872178fa083c1
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The GaneshRenderer can now be swapped in for the RasterRenderer in
BaseTile. A following CL will enable this swap at runtime.
Change-Id: Id42040fce2895ab00cccb8f11dfd0489df861655
|
| | |/ /
|/| |
| | |
| | |
| | | |
bug:4976882
Change-Id: If1c913da8bdc3a310a3a665dc895711093fb8788
|
| | | |
| | |
| | |
| | |
| | | |
bug:4595809
Change-Id: Ieaacb3cf7c6ea51f2ae7d92e5acf5c9fcafcf1d8
|
| |\ \ \
| |_|/
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently after webkit merge, the content width/height is only
for visible area.
issue: 4672075
Change-Id: Ib7d51119a59131f1443a3c0d59980a8da34b4173
|
| |\ \ \
| |_|/
|/| | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The name change was reverted in external/chromium in:
https://android-git.corp.google.com/g/#change,118320
This fixes external/webkit after that change.
Change-Id: I21ff90a8759deee1799e718e0bac06b165477606
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | | |
Change-Id: I5cf0e2da4d4f48be5daf176b5aac8222b9919ba9
|
| |\ \ \ \
| |/ / /
|/| | | |
|