| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
| |
The existing logic produces inconsistent ordering under transpose
of the arguments if a->consumer_id < b->consumer_id and
b->scopes < a->scopes.
BUG=
Review URL: https://codereview.chromium.org/710753002
Cr-Commit-Position: refs/heads/master@{#303355}
|
|
|
|
|
|
|
|
|
|
|
|
| |
import it.
After discussing with teammates, we determined that "WebViewImpl" would be a more clear name than "WebView" alone. The term "webview" is used a lot, so in the interest of renaming it to something somewhat more specific, and since this object contains the implementation of the webview in javascript, it makes sense to call it "WebViewImpl".
BUG=431002
Review URL: https://codereview.chromium.org/709773005
Cr-Commit-Position: refs/heads/master@{#303354}
|
|
|
|
|
|
|
|
|
| |
BUG=430665
TBR=isherman@chromium.org
Review URL: https://codereview.chromium.org/691373004
Cr-Commit-Position: refs/heads/master@{#303353}
|
|
|
|
|
|
|
|
|
|
|
| |
Most of them are failing on official cros bots.
BUG=431450
TBR=abodenha@chromium.org
Review URL: https://codereview.chromium.org/715443002
Cr-Commit-Position: refs/heads/master@{#303352}
|
|
|
|
|
|
|
|
| |
BUG=430997
Review URL: https://codereview.chromium.org/708883003
Cr-Commit-Position: refs/heads/master@{#303351}
|
|
|
|
|
|
|
|
|
|
| |
BUG=431338
TBR=mek@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/708163003
Cr-Commit-Position: refs/heads/master@{#303350}
|
|
|
|
|
|
|
|
|
|
|
| |
Removed the main thread rendering stats + plumbing and merged the
impl-side stats into RenderingStats.
BUG=
Review URL: https://codereview.chromium.org/707963003
Cr-Commit-Position: refs/heads/master@{#303349}
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/684603002
Cr-Commit-Position: refs/heads/master@{#303348}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
6f315b85b9126cdbbeee5 master@{#300036} introduced a regression where the two
registry keys that are watched for changes to detect installation of NPAPI
plugins, were being mixed.
This CL fixes the issue... using the correct key each time a new StartWatching
is called.
BUG=428560
R=piman@chromium.org
Review URL: https://codereview.chromium.org/708933002
Cr-Commit-Position: refs/heads/master@{#303347}
|
|
|
|
|
|
|
|
| |
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/707733006
Cr-Commit-Position: refs/heads/master@{#303346}
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is based on a CL originally by radhikabhar
(https://codereview.chromium.org/452963003/).
BUG=402590
TBR=radhikabhar,mpearson,felt
Review URL: https://codereview.chromium.org/707303003
Cr-Commit-Position: refs/heads/master@{#303345}
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/81caa9b..3344576
TBR=dcheng@chromium.org,yhirano@chromium.org
Review URL: https://codereview.chromium.org/713573004
Cr-Commit-Position: refs/heads/master@{#303344}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Moves the bypass logic, which was in NetworkDelegate to the
URLRequestInterceptor. As a result, the mechanism to retry
a request without the data reduction proxy is not exposed to
higher layers.
BUG=429505
Review URL: https://codereview.chromium.org/698383002
Cr-Commit-Position: refs/heads/master@{#303343}
|
|
|
|
|
|
|
|
|
|
| |
push directives (and messages, though they are not yet handled) over GCM.
BUG=424253,425681
Review URL: https://codereview.chromium.org/710513004
Cr-Commit-Position: refs/heads/master@{#303342}
|
|
|
|
|
|
|
|
|
|
| |
(backported from mojo)
R=jam@chromium.org
Review URL: https://codereview.chromium.org/709793002
Cr-Commit-Position: refs/heads/master@{#303341}
|
|
|
|
|
|
|
|
|
| |
BUG=374969
R=zea@chromium.org
Review URL: https://codereview.chromium.org/631343002
Cr-Commit-Position: refs/heads/master@{#303340}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
store the data in a temporary buffer and persist the data in the
temporary buffer when data is ready in the IoComplete callback.
This will also persist the latest data if two persists are called one
after the other.
Added unit test for multiple persists and calling Persist() when Start()
hasn't finished.
R=rch@chromium.org
Review URL: https://codereview.chromium.org/707303002
Cr-Commit-Position: refs/heads/master@{#303339}
|
|
|
|
|
|
|
|
|
|
|
| |
There was only a minor (harmless) case of variable shadowing.
BUG=427616
R=zea@chromium.org
Review URL: https://codereview.chromium.org/713573003
Cr-Commit-Position: refs/heads/master@{#303338}
|
|
|
|
|
|
|
|
|
| |
BUG=
R=palmer@chromium.org
Review URL: https://codereview.chromium.org/708043003
Cr-Commit-Position: refs/heads/master@{#303337}
|
|
|
|
|
|
|
|
|
| |
BUG=431446
TBR=shuchen@chromium.org
Review URL: https://codereview.chromium.org/708993004
Cr-Commit-Position: refs/heads/master@{#303336}
|
|
|
|
|
|
|
|
|
|
|
| |
search pages.
BUG=421157
TEST=none
Review URL: https://codereview.chromium.org/709613002
Cr-Commit-Position: refs/heads/master@{#303335}
|
|
|
|
|
|
|
|
|
|
|
| |
This adds support for character, word, and line granularities in both
static text and editable text.
BUG=353438
Review URL: https://codereview.chromium.org/700003002
Cr-Commit-Position: refs/heads/master@{#303334}
|
|
|
|
|
|
|
|
|
| |
BUG=
TBR=palmer@chromium.org
Review URL: https://codereview.chromium.org/703443005
Cr-Commit-Position: refs/heads/master@{#303333}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds support for the enum class/struct construct as well as limited
support for fixed types (currently only types that convert to jint are
supported).
BUG=None
TESTS=java_cpp_enum_tests
Review URL: https://codereview.chromium.org/705093005
Cr-Commit-Position: refs/heads/master@{#303332}
|
|
|
|
|
|
|
|
| |
BUG=406439
Review URL: https://codereview.chromium.org/706113005
Cr-Commit-Position: refs/heads/master@{#303331}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's only used from options now. It was used from the NTP as well; no longer.
Depends on:
https://codereview.chromium.org/702323002/
https://codereview.chromium.org/703193003/
R=estade@chromium.org
BUG=none
Review URL: https://codereview.chromium.org/703413002
Cr-Commit-Position: refs/heads/master@{#303330}
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/bc8e91d..81caa9b
TBR=dcheng@chromium.org,yhirano@chromium.org
Review URL: https://codereview.chromium.org/708153003
Cr-Commit-Position: refs/heads/master@{#303329}
|
|
|
|
|
|
|
|
|
|
| |
I wanted this feature to more easily track down undefined refs at link time. This command can tell you what targets include a file, or tell you a tree on how to get there, so you can more easily figure out what dependencies to add.
Also adds the ability to write a tree for the normal refs case for multiple targets.
Review URL: https://codereview.chromium.org/700753005
Cr-Commit-Position: refs/heads/master@{#303328}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
__enter__
__exit__
GetStandardOutput
GetStackTrace
Adding following functions to app backend:
__del__
app_type
Start
Close
pid
IsAppRunning
GetStandardOutput
GetStackTrace
Added adapters for browser.browser and browser.browser_type.
Removed references to browser_backend._browser.
BUG=417542
Review URL: https://codereview.chromium.org/675613003
Cr-Commit-Position: refs/heads/master@{#303327}
|
|
|
|
|
|
|
|
|
|
| |
Control UDP Send Socket buffer size along with a new UMA to track how long the time spent in browser process.
BUG=427555
Review URL: https://codereview.chromium.org/693433003
Cr-Commit-Position: refs/heads/master@{#303326}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Standardizes aac stream to have adts header for every segment
Also:
- Abstracted ffmpeg bitstream class
- Moved converter creation into EnableBitstreamConverter
BUG=431167
Review URL: https://codereview.chromium.org/691233002
Cr-Commit-Position: refs/heads/master@{#303325}
|
|
|
|
|
|
|
|
|
| |
BUG=431427
TBR=abodenha@chromium.org
Review URL: https://codereview.chromium.org/699313009
Cr-Commit-Position: refs/heads/master@{#303324}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On Chrome OS, the clipboard is managed by aura instead of the underlying
native platform (e.g. x11, ozone, etc).
This CL introduces a class that
1) Monitors the aura clipboard on the host for changes and notifies the client clipboard.
2) Provides an interface to inject clipboard event into aura.
The public API of this class can be called in any thread as internally it
always posts the call to the |ui_task_runner|. On ChromeOS, that should
be the UI thread of the browser process.
BUG=424717
Committed: https://crrev.com/7a468734170979bca9e48590267d2d123f0c0f84
Cr-Commit-Position: refs/heads/master@{#303168}
Review URL: https://codereview.chromium.org/704683002
Cr-Commit-Position: refs/heads/master@{#303323}
|
|
|
|
|
|
|
|
| |
TEST=compile athena_main in Debug
Review URL: https://codereview.chromium.org/703193006
Cr-Commit-Position: refs/heads/master@{#303322}
|
|
|
|
|
|
|
|
|
|
|
| |
Changed logics of GetAllBookmarkIdsOrderedByCreationDate in bookmark
bridge to let non-editable bookmarks not shown in all-items.
BUG=415807
Review URL: https://codereview.chromium.org/707293002
Cr-Commit-Position: refs/heads/master@{#303321}
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/706393002
Cr-Commit-Position: refs/heads/master@{#303320}
|
|
|
|
|
|
|
|
|
|
| |
Otherwise the user gets repeatedly prompted.
BUG=431387
Review URL: https://codereview.chromium.org/707193005
Cr-Commit-Position: refs/heads/master@{#303319}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
id:350001 of https://codereview.chromium.org/682173002/)
Reason for revert:
Causing crashes: http://crbug.com/431421 and http://crbug.com/431354
Original issue's description:
> Make sure the sync directory is deleted on sign-out.
>
> Previously, if the user had turned off sync before signing out, the
> directory would not be deleted correctly.
>
> BUG=424593
>
> Committed: https://crrev.com/6671560f497671bc28ccd50b5f1fb185a29f1248
> Cr-Commit-Position: refs/heads/master@{#303174}
TBR=maniscalco@chromium.org,zea@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=424593
Review URL: https://codereview.chromium.org/708153004
Cr-Commit-Position: refs/heads/master@{#303318}
|
|
|
|
|
|
|
|
| |
BUG=431369
Review URL: https://codereview.chromium.org/712643002
Cr-Commit-Position: refs/heads/master@{#303317}
|
|
|
|
|
|
|
|
|
| |
I originally implemented this by parsing the log message because I thought we needed to support old plugins.
However, since we only need this for the v2 app for now, which uses NaCl, there's no reason not to do it properly.
Review URL: https://codereview.chromium.org/683713003
Cr-Commit-Position: refs/heads/master@{#303316}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WindowTreeHost::PostNativeEvent() is only used in tests. So remove this from
the public API. Instead:
. For Win32, directly use PostMessage (this is used in only two places).
. For Ozone, use EventSourceTestApi to inject the event (this is equivalent to
current code, in terms of not doing the right thing when menus are open).
. For X11, introduce aura::test::PostEventToWindowTreeHost() instead, and use
it in tests.
BUG=none
R=sky@chromium.org
Review URL: https://codereview.chromium.org/710553002
Cr-Commit-Position: refs/heads/master@{#303315}
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/b23ffaa..bc8e91d
TBR=dcheng@chromium.org,yhirano@chromium.org
Review URL: https://codereview.chromium.org/705403003
Cr-Commit-Position: refs/heads/master@{#303314}
|
|
|
|
|
|
|
|
|
|
|
|
| |
I couldn't come up with anything that worked in 100% of cases, so switch
to mostly maintaining line breaks from input file instead.
R=brettw@chromium.org
BUG=348474
Review URL: https://codereview.chromium.org/713463003
Cr-Commit-Position: refs/heads/master@{#303313}
|
|
|
|
|
|
|
|
| |
R=brettw@chromium.org,cjhopman@chromium.org
Review URL: https://codereview.chromium.org/707193006
Cr-Commit-Position: refs/heads/master@{#303312}
|
|
|
|
|
|
|
|
| |
BUG=430700
Review URL: https://codereview.chromium.org/707893003
Cr-Commit-Position: refs/heads/master@{#303311}
|
|
|
|
|
|
|
|
|
|
| |
Small little clean up.
BUG=418346
Review URL: https://codereview.chromium.org/706033003
Cr-Commit-Position: refs/heads/master@{#303310}
|
|
|
|
|
|
|
|
| |
BUG=431386
Review URL: https://codereview.chromium.org/708143002
Cr-Commit-Position: refs/heads/master@{#303309}
|
|
|
|
|
|
|
|
|
| |
BUG=345417
R=teravest@chromium.org
Review URL: https://codereview.chromium.org/238923007
Cr-Commit-Position: refs/heads/master@{#303308}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allow us to run tests that depends on content/extensions without chrome/.
* extract AthenaMainDelegate from athena_main.cc to use it in browser tests.
* renamed existing AthenaBrowserTest for chrome to AthenaChromeBrowserTset
* Renamed athena_xxx_brosertest.{h|cc} to xxx_browser_test.{h|cc} to match the patter used for other base test class for browser tests.
BUG=None
TBR=davidben@chromium.org, jamescook@chromium.org
Review URL: https://codereview.chromium.org/689163003
Cr-Commit-Position: refs/heads/master@{#303307}
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=sky@chromium.org
Review URL: https://codereview.chromium.org/703313002
Cr-Commit-Position: refs/heads/master@{#303306}
|