- 08 Jan, 2014 40 commits
-
-
engedy@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/128223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243587 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Widget::InitParams: Added override_show_in_taskbar value to force popup and bubble windows (including the App Launcher) to appear in the taskbar when they otherwise would not. BUG=332007 TEST=Launch App Launcher. It should appear in the Unity launcher. Review URL: https://codereview.chromium.org/122353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243585 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243583 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
TBR=sky@chromium.org http://crbug.com/308843 Review URL: https://codereview.chromium.org/126513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243578 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
Usages of AwSettings.LayoutAlgorithm need to be replaced with WebSettings.LayoutAlgorithm. This change also fixes a couple of trivial presubmit warnings in existing code. BUG=332089 Review URL: https://codereview.chromium.org/115253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243576 0039d316-1c4b-4281-b951-d872f2087c98
-
bcwhite@chromium.org authored
Relying on local-auth is not sufficient because locking can be enabled when no local credentials are present. Also, changing the password outside of this instance of Chrome would require using the old password to unlock, now no longer the case. This affects only new-profile-management. BUG=328017 Review URL: https://codereview.chromium.org/99373008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243575 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243573 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=164663:164681&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/128263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243572 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=324166 Review URL: https://codereview.chromium.org/127663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243571 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243570 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=316496 Review URL: https://codereview.chromium.org/126433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243569 0039d316-1c4b-4281-b951-d872f2087c98
-
jkarlin@chromium.org authored
DoCreateStream time in the HttpNetworkTransaction. This hook allows for experimentation with the ResourceScheduler so that it can defer after first checking the cache, gathering the cookies, and starting the WebRequest but before going to the network. BUG=328741 Review URL: https://codereview.chromium.org/122453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243568 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
The dependency path is src/chrome/chrome.gyp:common -> src/components/components.gyp:policy_component -> src/components/components.gyp:user_prefs -> src/content/content.gyp:content_browser This was introduced in https://codereview.chromium.org/102973005. The issue is that URLBlacklistManager::RegisterProfilePrefs() uses a PrefServiceSyncable which comes from user_prefs, and user_prefs depends on content::BrowserContext. This fix splits the policy/common files into a policy_component_common target that does not depend on user_prefs. chrome.gyp:common now depends on policy_component_common, and chrome.gyp:browser depends on policy_component. BUG=332030 Review URL: https://codereview.chromium.org/124393003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243567 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Update PowerPolicyController to not send an empty policy to powerd when Chrome starts or exits. Empty policies were originally sent to ensure the system wouldn't be stuck with an old policy, but they also mean that powerd could briefly revert to its default settings with undesireable results when the system first boots or the user logs out (e.g. an enterprise policy has disabled the lid-closed action, but powerd reverts to its default settings and shuts down automatically when the user logs out). BUG=329930 TBR=benwells@chromium.org Review URL: https://codereview.chromium.org/116983008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243566 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This CL creates the signin layered component. It additionally componentizes TokenWebData and moves it into the signin component. The refactorings performed on TokenWebData are identical to ones performed on AutofillWebDataService: - threads are injected rather than being obtained from content::BrowserThread - //chrome code gets the TokenWebData for a Profile via WebDataServiceFactory instead of TokenWebData::FromBrowserContext. BUG=332107 TBR=thakis Review URL: https://codereview.chromium.org/109783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243564 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243563 0039d316-1c4b-4281-b951-d872f2087c98
-
ulan@chromium.org authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/127983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243562 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243561 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
r1830 - generator output should be relative to depth r1829 - win msvs: make express editions not use x64-x64 compiler BUG=none TBR=joi@chromium.org Review URL: https://codereview.chromium.org/127953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243560 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=332237 Review URL: https://codereview.chromium.org/127113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243559 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Quite a few changes were made downstream, keep them in sync: - specify the #include files. - inject the common DCHECKs for class and native pointers. - inject the check exception call. BUG= Review URL: https://codereview.chromium.org/115103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243558 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
We already load chrome.pak and en-US.pak which includes all the necessary strings and images for the tests. This also fixes the following errors I'm seeing in ui_unittests target. [18617:18617:0104/164229:7580537011:ERROR:memory_mapped_file.cc(23)] Couldn't open /home/tfarina/chromium/src/out_cros/Debug/ui_unittests_strings/chrome_100_percent.pak [18617:18617:0104/164229:7580537130:ERROR:data_pack.cc(78)] Failed to mmap datapack [18617:18617:0104/164229:7580537189:ERROR:resource_bundle.cc(607)] Failed to load /home/tfarina/chromium/src/out_cros/Debug/ui_unittests_strings/chrome_100_percent.pak Some features may not be available. BUG=144345 TEST=ui_unittests, app_list_unittests, message_center_unittests R=tony@chromium.org TBR=ben Review URL: https://codereview.chromium.org/104783007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243557 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=194304 Review URL: https://codereview.chromium.org/100963005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243556 0039d316-1c4b-4281-b951-d872f2087c98
-
svenpanne@chromium.org authored
R=jochen@chromium.org TBR=eroman@chromium.org BUG=324225 Review URL: https://codereview.chromium.org/127923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243555 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/121673004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243554 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
NOTRY=true TBR=thakis@chromium.org BUG=162825,293049,332271,332328,332329,332330,332335 Review URL: https://codereview.chromium.org/127933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243553 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243552 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=164656:164662&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/127913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243551 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Actual implementation will come later. This CL just addes the interface. BUG=324166 Review URL: https://codereview.chromium.org/127463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243550 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=checkdeps passes TBR=ben@chromium.org Review URL: https://codereview.chromium.org/126893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243549 0039d316-1c4b-4281-b951-d872f2087c98
-
djkurtz@chromium.org authored
Most X DRI2 drivers return TRUE for GetSyncValues with a MSC value of 0 if they cannot deduce on which CRTC the Drawable is being displayed, or that CRTC is currently disabled. This can happen if the associated CRTC is powered off, or if its framebuffer is being rotated, etc. Once the driver is in this situation, all MSC == 0 values will be returned until the CRTC can be found again. Currently, we spam the log every time we receive msc==0, which fills up the disk, makes the GPU log unusable, and causes lots of confusion when devs are trying to debug other issues. Instead, let's just log exactly once every time this situation is detected. Signed-off-by:
Daniel Kurtz <djkurtz@chromium.org> BUG=231945 TEST=Manual on chromeos: # Enable some slowly updating page on each monitor, for example: http://www.24webclock.com/ tail -F /var/log/chrome/chrome | grep glXGetSyncValuesOML & set_short_timeouts # Let the displays turn off (~35 seconds) => This message should be printed exactly once per attached display: glXGetSyncValuesOML should not return TRUE with a media stream counter of 0. # Turn displays back on (tap a key), and let them idle off again. => The same message should be printed exactly once per attached display. R=marcheu@chromium.org R=piman@chromium.org R=backer@chromium.org Review URL: https://codereview.chromium.org/126823006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243548 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243547 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
R=rmistry@google.com Review URL: https://codereview.chromium.org/110413009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243546 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
This CL causes Chrome to freeze on e.g. jsfiddle.net/r8dx9/1/embedded/result See crbug.com/331534 for details. > cc: Simplify raster task completion notification logic > > Previously the pixel buffer raster worker pool used a combination of > polling and explicit notifications from the raster worker pool to decide > when to tell the client about the completion of 1) all tasks or 2) the > subset of tasks required for activation. This patch simplifies the logic > by only triggering the notification based on the OnRasterTasksFinished > and OnRasterTasksRequiredForActivationFinished calls from the worker > pool. > > BUG=307841 > > Review URL: https://codereview.chromium.org/99873007 R=reveman@chromium.org,skyostil@chromium.org BUG=331534 Review URL: https://codereview.chromium.org/126143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243545 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
This one got left out of the mass icon switch. BUG=323658 Review URL: https://codereview.chromium.org/125853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243544 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
Needed for theme and many extension startup tests. * Add benchmarks/startup_with_extensions.py - new theme and many_profile startup tests. * Teach test.py to use .sha1 files for profile directories, these are downloaded from cloud storage, unzipped and then used as the profile directory by the browser. * Add a function to browser_finder to allow querying the target OS. BUG=None Review URL: https://codereview.chromium.org/124733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243543 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
Rebooting s3 devices causes device to be flaky during the deploy step. This is likely because WaitForPackageManager() does not wait long enough on the s3 devices. I've verified locally on the bot that without the reboot in the provision step, the devices are more reliable (i.e. deploy step passes). BUG=321063 TBR=frankf@chromium.org Review URL: https://codereview.chromium.org/122313008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243542 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Also, re-arrange a bit of code in the implementation file for slightly clearer structuring. BUG=none TEST=none R=estade@chromium.org TBR=joi@chromium.org,zea@chromium.org Review URL: https://codereview.chromium.org/122313007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243541 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Adding parameters to Cast Streaming Extensions API to configure AES encryption key and IV mask to CastSender. BUG=315931 Review URL: https://codereview.chromium.org/121543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243540 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Keep resource ID of these entries empty. Remove IsSpecialResourceID(). BUG=324717 TEST=unit_tests Review URL: https://codereview.chromium.org/118953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243539 0039d316-1c4b-4281-b951-d872f2087c98
-