- 03 Jun, 2014 40 commits
-
-
acleung@chromium.org authored
BUG=367915 Review URL: https://codereview.chromium.org/309773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274630 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274629 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadv@chromium.org authored
BUG=380305 NOTRY=true Review URL: https://codereview.chromium.org/314763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274628 0039d316-1c4b-4281-b951-d872f2087c98
-
jchaffraix@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175351:175388&mode=html TBR=peter@chromium.org Review URL: https://codereview.chromium.org/317463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274627 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274626 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13262: (noelallen) Automate file and symlinks copy for libstdc++ r13263: (bradnelson) Use chromium credential if no other credential is available. r13264: (sdefresne) Fix quoting of arguments on Linux/Mac r13265: (bradnelson) Switch to hard float for arm. r13266: (mseaborn) command_tester: Reduce verbosity of the output r13267: (mseaborn) Cleanup: Remove unused Gyp definition of libpthread_private BUG=none TEST=browser_tests and nacl_integration Review URL: https://codereview.chromium.org/313663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274625 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
TBR=sandersd BUG=104711 Review URL: https://codereview.chromium.org/315703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274624 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
> Temporarily re-enabling SizeAfterPrefChange test with traces. > > BUG=379170 > TBR=asargent > > Review URL: https://codereview.chromium.org/318483002 TBR=finnur@chromium.org Review URL: https://codereview.chromium.org/314803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274623 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
This change reduces the size of the public API for PnaclCoordinator and simplifies error reporting inside PnaclResources, making it easier to follow. BUG=239656 R=dmichael@chromium.org Review URL: https://codereview.chromium.org/315583005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274621 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
[cros] Remove NOTREACHED() in GetHomeDir() since there will be callers that access HomeDir at least once prior to user sign in. Most callers are now using PathService::Get(base::DIR_HOME) which caches the value of GetHomeDir() if it has been called prior to user sign in. With a current implementation it is a possible use of API and should not crash debug builds. BUG=331530 Review URL: https://codereview.chromium.org/310033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274620 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Has been failing every 3rd or 4th pass on the waterfall. BUG=380339 NOTRY=true TBR=kinaba@chromium.org Review URL: https://codereview.chromium.org/310923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274619 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Get view manager client lib unit test harness to run again. Does not get any individual tests working R=sky@chromium.org http://crbug.com/365012 Review URL: https://codereview.chromium.org/317433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274618 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
R=oshima@chromium.org TEST=None BUG=None NOTRY=true Review URL: https://codereview.chromium.org/314793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274617 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
This fixes some issues introduced in 273245 (https://codereview.chromium.org/305443005) * Forward declare test fixture before first use. The file is only building because of a forward declaration in another file, which is going away in another CL. * Remove unused variable. * Add missing include. BUG=81979 Review URL: https://codereview.chromium.org/310883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274616 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Also call base::GetLinuxDistro() on the blocking pool and not on the IO thread because it may block. Review URL: https://codereview.chromium.org/299903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274615 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Restore part of LocationBarView::OnFocus(), which was removed by r269418. Otherwise, the omnibox doesn't receive a focus ring on Windows. BUG=380141 Review URL: https://codereview.chromium.org/315663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274614 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
Adds functions to look up the root node of a give type. This replaces most of the use cases for the functions that look up a node by unique server tag, so those functions have been renamed to indicate their near-deprecation. This is part of the effort to remove the client's dependence on the server for the creation of type root nodes. Although it's unlikely that we can make this work for existing types, new types should be prepared to work properly in the absence of tyep root nodes. The first step on that path is to abstract away the mechanism by which we look up the type roots. Renaming the old lookup by tag functions allows us to ensure that there no remaining cases where the code base looks up type roots by server tag. This CL also adds a few DCHECKs to ensure type roots are never looked up using the old lookup by server tag functions. BUG=373869 Review URL: https://codereview.chromium.org/302173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274613 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
It's possible that the renderer does a same-document navigation before NavigationController has committed an entry, so null-check GetLastCommittedEntry before using it. BUG=380127 TEST=NavigationControllerTest.PushStateWithoutPreviousEntry Review URL: https://codereview.chromium.org/311783005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274612 0039d316-1c4b-4281-b951-d872f2087c98
-
vkuzkokov@chromium.org authored
Based on: https://codereview.chromium.org/286993003/ BUG= Review URL: https://codereview.chromium.org/305013013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274611 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
Replace loading_resources with is_respsonsive. Add repr for timeline_interaction_record. This is a partial land of https://codereview.chromium.org/273103003/ TBR=nduca@chromium.org BUG=345922 Review URL: https://codereview.chromium.org/311833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274610 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
The omnibox suggestions facilities were added recently. But we couldn't see any suggestions in the landscape mode, because the fullscreen keypad covers the whole screen. So we need to turn this off for usability. BUG=none Review URL: https://codereview.chromium.org/309363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274609 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
* Hook up two new function in the blink interface WebUserMediaClient in MediaStreamImpl through MediaStreamDispatcher to MediaStreamManager to enumerate audio and video input devices. * Produces the same result as the current getSources API. * The blink interface will be landed after this CL and browser test after that. * Add audio output devices and group ID support is done in another CL. BUG=338511 Review URL: https://codereview.chromium.org/287383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274608 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This showed up in Chrome Traces covering the startup of Chrome for Android. CRLSet parsing was taking 70ms of CPU on Nexus 4 (although this is happening on the File thread). That cost is now down to 18ms. There are certainly further ways to decrease this even more though. BUG=376793 Review URL: https://codereview.chromium.org/302643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274607 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=379170 TBR=asargent Review URL: https://codereview.chromium.org/318483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274606 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
The GUID property is used to pick user settings, policies and active settings for the same network. Thus it's more an identifier than a property and should not be exposed with additional meta information as it is the case for other properties. BUG=372337 Review URL: https://codereview.chromium.org/291553006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274603 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
BUG=379812 TEST=GestureRecognizerTest.LatencyPassedFromTouchEvent Review URL: https://codereview.chromium.org/309823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274602 0039d316-1c4b-4281-b951-d872f2087c98
-
robert.bradford@intel.com authored
The DesktopMediaListAsh uses the AuraWindow's title as the description for the desktop source (window or screen.) To ensure that the display's description appears we need to set the root window's title to the display's name. This display name matches the name shown in the display configuration UI. BUG=372444 TEST=In a multiple display environment trigger the picker and observe that the displays' names are included and match those in the display settings UI. Review URL: https://codereview.chromium.org/314733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274599 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
This wrapper isn't providing much benefit; we may as well tear it out. This also removes the LengthComputable enum. BUG=239656 R=dmichael@chromium.org Review URL: https://codereview.chromium.org/316653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274598 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
- We don't have to use DefaultActivationController because wm::FocusController provides activation controls. - FocusController should be registered as a pre-target handler to change the focus on mouse click. - InitializeInputMethodForTesting seems unnecessary. Text input is working well while no actual input methods are available. BUG=None R=jamescook@chromium.org, oshima@chromium.org TEST=manually Review URL: https://codereview.chromium.org/310463010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274596 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
Certificate verification still won't be functional and VERIFY_FAILED will NOTREACHED() on a debug build, but this is probably better-behaved than a NullPointerException, and we try to handle other initialization failures. BUG=376660 Review URL: https://codereview.chromium.org/316613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274595 0039d316-1c4b-4281-b951-d872f2087c98
-
eae@chromium.org authored
Update the textinput_helper.js text helper to support subpixel precision for element coordinates. R=nona@chromium.org Review URL: https://codereview.chromium.org/309303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274594 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=362887 Review URL: https://codereview.chromium.org/290143005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274593 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Removes TODOs, adds some more important details and an example to the documentation. Makes the documentation appear on the official developer.chrome.com page. BUG=364435 Review URL: https://codereview.chromium.org/312503004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274591 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
Adds whitelisted non-extension-based input methods if no component extensions are at present (e.g. linux_chromeos). And also clean up some useless code. BUG=364712 TEST=Verified it works on linux_chromeos and no regression on Pixel device. Review URL: https://codereview.chromium.org/306053005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274589 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/302093012/teravest@chromium.org authored
Reason for revert: This broke NaClBrowserTestPnaclNonSfi.IrtManifestFile on linux 32. That test will have to pass on the right trybot before landing. I'm not sure why it broke yet. Original issue's description: > Pepper: Refactor OpenManifestEntry. > > This change pulls out more OpenManifestEntry code from service_runtime, making > PPB_NaCl_Private a smallter interface, and preparing for pulling all of that > logic out of the trusted plugin. > > BUG=239656 > R=dmichael@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274530 TBR=dmichael@chromium.org NOTREECHECKS=true NOTRY=true BUG=239656 Review URL: https://codereview.chromium.org/318463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274588 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhatch@chromium.org authored
The navigation transition needs the transition page to render transparently over top the current tab, so we need to expose this call to java. Design doc: https://docs.google.com/a/chromium.org/document/d/17jg1RRL3RI969cLwbKBIcoGDsPwqaEdBxafGNYGwiY4/edit# Implementation details: https://docs.google.com/a/chromium.org/document/d/1kREPtFJaeLoDKwrfmrYTD7DHCdxX1RzFBga2gNY8lyE/edit#heading=h.bng2kpmyvxq5 BUG=370696 Review URL: https://codereview.chromium.org/284413007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274587 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
Request interceptors are the new way to handle intercepting URL requests, to be used by ServiceWorkers and AppCache. This CL hooks them up to the URLRequestContext in AndroidWebview. BUG=350286 Review URL: https://codereview.chromium.org/294023015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274586 0039d316-1c4b-4281-b951-d872f2087c98
-
jkarlin@chromium.org authored
BUG=378785 NOTRY=true Review URL: https://codereview.chromium.org/305393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274585 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274584 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/317443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274583 0039d316-1c4b-4281-b951-d872f2087c98
-