- 22 Feb, 2014 40 commits
-
-
jww@chromium.org authored
BUG=327826 Review URL: https://codereview.chromium.org/138343008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252783 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
The |cient_control->server_alive| mutex was being created for each target (child) process and leaked (that part is necessary). Instead a single mutex can be reused for all targets. R=rvargas BUG=331241 Review URL: https://codereview.chromium.org/167593003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252782 0039d316-1c4b-4281-b951-d872f2087c98
-
dongseong.hwang@intel.com authored
Currently, GPU broker process has the same process title to GPU process. To distinguish GPU broker process, this CL updates the process title as follows: "exec --type=gpu-broker". In addition, callback name in BrokerProcess::Init() is change to broker_process_init_callback in order to clarify the broker process calls it. In addition, use base::Callback instead of function pointer. Review URL: https://codereview.chromium.org/163433011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252781 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252780 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Changes: - r152 Adding support for custom rc header formatting. BUG=none Review URL: https://codereview.chromium.org/175403005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252779 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=167604:167621&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/175583005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252778 0039d316-1c4b-4281-b951-d872f2087c98
-
vmiura@chromium.org authored
Previously all command structures were declared as #pragma pack(1) which was forcing byte-by-byte access to the command buffer; less than optimal. The command buffer and all commands are 4 byte aligned, so changing to #pragma pack(4) should be safe and optimal. BUG=339151 Review URL: https://codereview.chromium.org/152263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252777 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252776 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
This is part of a long-running background task to remove the remaining uses of the unchecked IPC_ENUM_TRAITS() macro. BUG=246708 Review URL: https://codereview.chromium.org/165423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252775 0039d316-1c4b-4281-b951-d872f2087c98
-
dkrahn@chromium.org authored
BUG=chromium:243605 TEST=build with updated .DEPS.git Review URL: https://codereview.chromium.org/175443004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252774 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Without floating point DIP coords in WebTouchPoint, it's possible that a TouchMove physically outside the pixel slop region will be classified as inside the DIP slop region. This leads to cases where a touch handler is never offered a TouchMove before a ScrollBegin occurs. Until the resolution of crbug.com/3336807, address this by conservatively constructing the DIP slop region in the TouchEventQueue, ensuring that touch handlers are offered at least one TouchMove before scrolling begins. BUG=345507 Review URL: https://codereview.chromium.org/172263007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252773 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This breaks the dependency on the TestCompositor for this test suite. Once it's no longer in use by any test suite, we can remove it. R=sky@chromium.org BUG=270918 Review URL: https://codereview.chromium.org/164823007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252772 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This breaks the dependency on the TestCompositor for these test suites. Once it's no longer in use by any test suite, we can remove it. These tests only compile in the compositor and ui/gl/ on non-Mac platforms, so only initialize GL there. Depends on: https://codereview.chromium.org/175093004/ R=ben@chromium.org BUG=270918 Review URL: https://codereview.chromium.org/168193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252771 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This breaks the dependency on the TestCompositor for this test suite. Once it's no longer in use by any test suite, we can remove it. Depends on: Depends on: https://codereview.chromium.org/175093004/ R=enne BUG=270918 Review URL: https://codereview.chromium.org/171363008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252770 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
This matches the spec update https://dvcs.w3.org/hg/webcrypto-api/rev/1ed0fb7da636. (Before it was possible to use a tag length of 0 and have it succeed) BUG=245025 Review URL: https://codereview.chromium.org/165373008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252769 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
This does not yet add the presubmit check. I'll do that when more of ppapi/ is converted. BUG=345417 Review URL: https://codereview.chromium.org/174213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252768 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252767 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Extract Chrome code into ChromeNativeAppWindowViews * Introduce apps/ui/views/native_app_window_view.h/cc * Add stubs to NativeAppWindowViews so it can be used in tests and in app_shell. * Move ShapedAppWindowTargeter to apps/ui/views This is part 1 of 2 CLs to allow app_shell to create a NativeAppWindow and show a Hello world app. BUG=343174 TEST=existing browser_tests, specifically PlatformApp* Review URL: https://codereview.chromium.org/171003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252766 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=none R=wtc Review URL: https://codereview.chromium.org/171773006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252765 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
BUG=304341 TBR=nasko@chromium.org Review URL: https://codereview.chromium.org/157713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252764 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/174443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252763 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
The authType of the user pod determines the authentication method to sign in or unlock from the account picker screen. This refactoring aims to unify the current two modes the user pod can use, and make the user pod more extensible for other modes. For example, the user pod may currently authenticate using a password or online GAIA signin. This CL introduces a full-pod user click authType, and a PIN code authType will be implemented in the future (see bug). This CL also adds plumbing for the authType to be set by the ScreenLocker for the chrome.screenlockPrivate API. BUG=344179 TEST=visual inspection Review URL: https://codereview.chromium.org/168813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252762 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
I was not able to re-produce the non-determism. BUG=314233 Review URL: https://codereview.chromium.org/175213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252761 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Matches toolchain update here: https://codereview.chromium.org/169053008/ to pull missing parts of MFC. TBR=iannucci@chromium.org BUG=345993 Review URL: https://codereview.chromium.org/169053009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252760 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
We need to bind device id (profile specific) to accounts running in that profile. For that reason we are grabbing all of the accounts as tracked by the ProfileOAuth2TokenService and pass them to Initialize method of GCMClientImpl. The list of accounts is then passed to CheckinRequest when the request is happening. Once the CheckinRequest is done more often than simply on login, we may want to give a more updated list of accounts than the one present on startup of Chromium. For now there is no reason to handle that case. BUG=343203 Review URL: https://codereview.chromium.org/171513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252759 0039d316-1c4b-4281-b951-d872f2087c98
-
nya@chromium.org authored
BUG=327419 Review URL: https://codereview.chromium.org/171973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252758 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=161119 Review URL: https://codereview.chromium.org/174013009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252756 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
BUG=330851 Review URL: https://codereview.chromium.org/175383003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252755 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Review URL: https://codereview.chromium.org/174433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252754 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Review URL: https://codereview.chromium.org/171683020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252753 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252752 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252751 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252748 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252744 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
TBR=iannucci@chromium.org BUG=323300,309197 Review URL: https://codereview.chromium.org/176143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252738 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252736 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Moved out of depot_tools here: https://codereview.chromium.org/168603004/ The control is in src/ now, but logic for de-duplication is still in depot_tools. This changes the default, so that VS2013 will be the default toolchain. R=iannucci@chromium.org BUG=323300,309197 Review URL: https://codereview.chromium.org/175573004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252733 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=345453 R=brettw@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/174493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252732 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
The soft limit calculation can overflow given high byte values. BUG=345426 Review URL: https://codereview.chromium.org/175543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252731 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
As the profile is shutting down, all URLRequests from that profile must be destroyed. Instead of having HistoryService leak WebHistoryService's requests, WebHistoryService maintains expiration requests internally. Those don't get cancelled unless browser shutdown forces it to happen. BUG=342164 Review URL: https://codereview.chromium.org/164703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252726 0039d316-1c4b-4281-b951-d872f2087c98
-