| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/2108/src@286384 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/2108/src@286380 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=395621
Review URL: https://codereview.chromium.org/411463007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286320 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes the timing calculation to be easier to understand by using
base::TimeDelta as the underlying type rather than an int that has
different units depending on whether it's running in testing mode.
No logic changes.
BUG=394855
Review URL: https://codereview.chromium.org/429593007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286319 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
of the given permission.
BUG=372607
Review URL: https://codereview.chromium.org/402233002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286318 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=394898
Review URL: https://codereview.chromium.org/427033003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286317 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/411793002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286316 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add four new histograms to Ash.WindowSelector:
* Ash.WindowSelector.ItemsWhenTextFilteringUsed:
Records the number of items visible in overview mode
sessions where the text filtering feature is used.
* Ash.WindowSelector.TextFilteringStringLength:
Records the length of the string in the text filtering
textfield at the time when the overview mode session
is terminated.
* Ash.WindowSelector.TextFilteringTextfieldCleared:
Records the number of times the text in the text
filtering textfield has been completely removed,
recorded at the time when the overview mode session
is terminated.
* Ash.WindowSelector.TimeInOverviewWithTextFiltering:
Records the time spent in an overview mode sessions
where the text filtering feature is used.
BUG=398156
TEST=none
Review URL: https://codereview.chromium.org/427673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286313 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
https://codereview.chromium.org/362533002.
BUG=334602
Review URL: https://codereview.chromium.org/422183002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286312 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=383963
TBR=tonyg@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/419023005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286310 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(ChromeOS only).
BUG=387122
TEST=
1. Create an app that can call easyUnlockPrivate APIs.
2. Call chrome.easyUnlockPrivate.seekBluetoothDeviceByAddress(),
passing in the Bluetooth address of an unpaired device.
3. The connection should succeed, and the DeviceAdded callback should be called.
R=tengs@chromium.org
Review URL: https://codereview.chromium.org/404543006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286309 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The "new NTP" is now the default and the old NTP has been removed.
BUG=396351
NOTRY=true
Review URL: https://codereview.chromium.org/422273003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is temporary while I migrate recipes over to the new
switches. I'll remove analyzer2 once that is done.
BUG=398118
TEST=none
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/426783002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286307 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/425053004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286306 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
details to be copied when initiailizing a CachedState from a canonical
entry.
BUG=398465
Review URL: https://codereview.chromium.org/422623004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286305 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dialogs. (https://codereview.chromium.org/131783012/)
Reason for revert:
This change broke certain cases where external protocol handlers are launched. Consider relanding depending on whether http://crbug.com/78592 is to be fixed.
Original issue's description:
> Fix the handling of user gestures for external protocol handler dialogs.
>
> - Remove browser state from external protocol handler.
> - Use gesture with a timeout.
>
> BUG=173557
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261014
TBR=boliu@chromium.org
Review URL: https://codereview.chromium.org/426713002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286301 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to recent changes to bot configuration (migrating to Recipe),
build is archived to out/Release instead of full-build-<platform>.
Therefore this change will support either of extracted folder.
BUG=396357
NOTRY=true
Review URL: https://codereview.chromium.org/427843004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286300 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=397082
Review URL: https://codereview.chromium.org/426693003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286299 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=309681
Review URL: https://codereview.chromium.org/414503003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286297 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://skia.googlesource.com/skia/+log/e7416bfc9858bde8fc6eb5f3bfc942bc3350953a..a8f8da0500d9a9a561eb8847292c14d874a31092
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel
TBR=bensong@google.com
BUG=
Review URL: https://codereview.chromium.org/422823004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286296 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
The pairing keys are explicitly per-device ("... connecting
to this host from this device"), so it doesn't make sense to
allow the transfer of these keys to another device.
Review URL: https://codereview.chromium.org/427003004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286295 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Otherwise
FAILED: d:/src/cr3/src/out/Release/gn.exe --root=d:/src/cr3/src -q gen //out_gn/
ERROR at //content/shell/BUILD.gn:440:5: Replacing nonempty list.
deps = [ "//sandbox" ]
^---
This overwrites a previously-defined nonempty list (length 4).
See //content/shell/BUILD.gn:433:5: for previous definition
":content_shell_lib",
^--------------------
with another one (length 1). Did you mean "+=" to append instead? If you
really want to do this, do
deps = []
before reassigning.
(I don't know how much right-er this is, but at least generation doesn't error out)
TBR=brettw@chromium.org
BUG=354261
Review URL: https://codereview.chromium.org/424183002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286294 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=brettw@chromium.org
TBR=wtc@chromium.org
BUG=354261
Review URL: https://codereview.chromium.org/419073003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286293 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
metricsHandler:recordInHistogram
- Fix GCP Promo metrics description
- Add metrics for print settings UI
BUG=397741
Review URL: https://codereview.chromium.org/425853004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286292 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This and related CLs were not the cause of apparent flakiness.
Apologies. Re-landing.
> Revert 285530 "Drop 'WebURLRequest::setTargetType' from various ..."
>
> Believe this and related changes are the cause of recently introduced
> flakiness on the GPU bots. See Issue 390497.
>
> > Drop 'WebURLRequest::setTargetType' from various content/renderer files.
> >
> > 'WebURLRequest::TargetType' has been dropped in Blink in favor of
> > 'RequestContext' and 'FrameType', matching the Fetch specification's
> > changes, and allowing both more granularity in various Blink-side checks
> > and more clarity around the thing that caused a request, and the frame
> > that the request affects.
> >
> > This CL should have zero practical effect, as it's simply hoisting the
> > translation work that 'WebURLRequest::setTargetType' is already doing
> > up into the content layer to bring us one step closer to removing the
> > concept entirely.
> >
> > BUG=390497
> >
> > Review URL: https://codereview.chromium.org/392333004
>
> TBR=mkwst@chromium.org
>
> Review URL: https://codereview.chromium.org/429543005
TBR=kbr@chromium.org
Review URL: https://codereview.chromium.org/424203004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286291 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kevers@: you're reviewing because you added this style ages ago in
http://crrev.com/151698. let me know if this breaks something that you
know of (I didn't see anything immediately).
R=kevers@chromium.org
BUG=389099
TEST=visual
Review URL: https://codereview.chromium.org/420603016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286289 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
chrome\test\data since they're test files.
This simplifies the isolate files.
R=mattm@chromium.org
Review URL: https://codereview.chromium.org/421293005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286288 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
times out on Win tryjobs."
This reverts commit 2f8777209976e7e9bc01ff139028e6fe61b6c052.
This also reduces the file count by an order of magnitude to avoid timeouts.
BUG=398031
Review URL: https://codereview.chromium.org/423843006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286285 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286284 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This pulls in the following Native Client changes:
r13539: (jvoung) Followup to "do not generate temp file names beyond Windows' MAX_PATH"
r13540: (dschuff) Update revision for PNaCl r13466->r13539 (switches to MinGW on Windows)
BUG=none
TEST=browser_tests and nacl_integration
R=jvoung@chromium.org
Review URL: https://codereview.chromium.org/422293006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286283 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The solink command included the "real" link command twice and only used
the libs_section_prefix/postfix in one of the two. This splits the
construction of the link command up a bit to make it clearer.
This adds a simple post_solink arg to gcc_toolchain that allows the
caller to add more stuff to the solink command. This is used to
automatically strip all shared libraries in Android builds (in gyp, we
do this for a library once for each apk that it is in :/ ).
BUG=359249
Review URL: https://codereview.chromium.org/372813002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286282 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changing the target name is what shortens the path to the object
file because it gets expanded twice into the gyp-generated destination
path. The rest of the renames are just for consistency.
R=jvoung@chromium.org, ncbray@chromium.org
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3846
Review URL: https://codereview.chromium.org/422123008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286281 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is useful to be able to right-click to bring context menu
instead of doing long-press while touch emulation is on.
Instead of sending mouse events for right-click (which is undesired
for emulation), we issues an explicit context menu request.
BUG=395352
Review URL: https://codereview.chromium.org/420793002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Likely culprit to:
http://build.chromium.org/p/chromium.mac/builders/Mac%2010.6%20Tests%20%28dbg%29%282%29/builds/53876
> mojo: Port chrome://identity-internals to mojo Web UI.
>
> BUG=391095
> NOPRESUBMIT=true
> R=fgorski@chromium.org, jam@chromium.org, jschuh@chromium.org, sky@chromium.org
>
> Review URL: https://codereview.chromium.org/365513002
TBR=erg@chromium.org
Review URL: https://codereview.chromium.org/427083002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286279 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. Make sure a network-row that has a password entry remains visible when
the network list is refreshed.
. Make sure the password text-entry gets the focus when it is added to the list,
to make sure that the virtual keyboard is visible.
BUG=398393, 398395
R=oshima@chromium.org
Review URL: https://codereview.chromium.org/419683012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
(see bug for details and design doc)
BUG=397248
Review URL: https://codereview.chromium.org/411273006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286265 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Breaks PreferencesTest.MultiProfiles:
http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/builds/2299
[311:311:0729/081921:FATAL:user_manager.cc(69)] Check failed: g_user_manager.
> user_manager component: Add UserManagerBase class.
>
> UserManagerBase contains common methods extracted from UserManagerImpl.
> UserManagerImpl was renamed to ChromeUserManager and inherits UserManagerBase.
>
> Misc refactoring:
> * Move HasBrowserStarted() to SessionManager
> * Add generic getter SessionManager::Get() which makes it possible for concrete clients don't depend on instance ownership like g_browser_process->platform_part()->SessionManager().
> * Moved CRLSet code out of UserManager::UserLoggedIn(), to UserSessionManager.
>
> BUG=387614
>
> Review URL: https://codereview.chromium.org/417623002
TBR=nkostylev@chromium.org
Review URL: https://codereview.chromium.org/424193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286263 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change the android_webview_apk gyp files to include the en-US.pak
file in the apk, which was erroneously missing.
- Add the do_not_compress gyp plumbing to store and zipalign paks in
the apk (only for the android_webview_apk target).
- Stop decompressing pak files in the android webview shell apk.
- Change aw_browser_main_parts.cc to take advantage of the new AwAssets
and DataPack/ResourceBundle *FromRegion methods (mmap from the apk).
- Add temporary workaround which loads always the en-US.pak locale, in
lack of a proper refactoring of i10n_utils and ResourceBundle.
BUG=394502
Review URL: https://codereview.chromium.org/402603006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286258 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use argparse rather than optparse.
- individual tests are now explicitly named in the config file.
- default to quiet (use -v one or more times)
- emit json with --write-full-results-to argument
BUG=264859
R=dpranke@chromium.org,robertshield@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/420193010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286257 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Speculative revert for test failures:
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Tests%20%282%29/builds/568
> Early init for HID service.
>
> BUG=397504
>
> Review URL: https://codereview.chromium.org/426863002
TBR=merkulova@chromium.org
Review URL: https://codereview.chromium.org/423163004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
NOTRY=true
Review URL: https://codereview.chromium.org/424093005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286254 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286253 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/p/chromium.linux/builders/Linux%20GN/builds/9176
> Blink roll 179124:179148
>
> http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179125:179148&mode=html
> TBR=jchaffraix@chromium.org,alancutter@chromium.org
> BUG=
>
> Review URL: https://codereview.chromium.org/424123002
TBR=blink-deps-roller@chromium.org
Review URL: https://codereview.chromium.org/426863008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286252 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/371973003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286251 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TODO.
BUG=none
TEST=No visible changes.
Review URL: https://codereview.chromium.org/413403007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286250 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286249 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179125:179148&mode=html
TBR=jchaffraix@chromium.org,alancutter@chromium.org
BUG=
Review URL: https://codereview.chromium.org/424123002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286248 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=391095
NOPRESUBMIT=true
R=fgorski@chromium.org, jam@chromium.org, jschuh@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/365513002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286247 0039d316-1c4b-4281-b951-d872f2087c98
|