- 03 Aug, 2012 40 commits
-
-
thestig@chromium.org authored
BUG=140571 TEST=CrOS official x-compiles pass. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10831164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149925 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds a factory interface for ContactStores and a fake, in-memory implementation of ContactStore. Both will be needed for testing the upcoming ContactManager class. I'm also fixing a bug in GoogleContactStore (all contacts were being passed to ContactDatabase in partial updates instead of just the updated ones) and another bug in FakeContactDatabase::SaveContacts() that was hidden by the GoogleContactStore bug. BUG=128805 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10850033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149924 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
Also fixes the logic for the unread count and refresh layout for displayed notification. BUG=137155 Review URL: https://chromiumcodereview.appspot.com/10852007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149922 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/125937 TEST=existing Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149888 Review URL: https://chromiumcodereview.appspot.com/10831137 TBR=beng@google.com Review URL: https://chromiumcodereview.appspot.com/10827162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149921 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=137293 Review URL: https://chromiumcodereview.appspot.com/10831159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149920 0039d316-1c4b-4281-b951-d872f2087c98
-
grv@chromium.org authored
BUG=138614 Review URL: https://chromiumcodereview.appspot.com/10827102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149919 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
BUG= TEST= CID=103685 TBR=jamesr Review URL: https://chromiumcodereview.appspot.com/10830024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149918 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
This reverts commit 0a3abb8418affb13cfc7b848ef69ce867ccaaad7. This is breaking the pnacl_bad_browser_test on Windows (some how the NaCl plugin itself fails to load for that test). BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 TBR=jvoung@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149917 0039d316-1c4b-4281-b951-d872f2087c98
-
beng@google.com authored
http://crbug.com/125937 TEST=existing Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149888 Review URL: https://chromiumcodereview.appspot.com/10831137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149916 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
BUG=140336 TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/10837089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149915 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Mainly, this cl add the two methods to clear cache. 1) GDataCache::ClearAllOnUIThread(): - remove all the files in the cache directory. - re-create the |metadata_| instance. 2) GDataSystemService::ClearCacheAndReset(): - unmount Drive - cancel all the running tasks. - call GDataCache::ClearAllOnUIThread() - re-mount Drive BUG=135197 TEST=out/Debug/unit_tests:GData* and out/Debug/browser_tests:GData* passes. Review URL: https://chromiumcodereview.appspot.com/10823125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149914 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This cl is necessary to refresh the list on file manager on unmounting and mounting the drive file system. This patch does the following: - Move the code to raise the mount/unmount events of file manager from file_browser_private_api.cc to file_browser_event_router.cc - Add handlers' interfaces to notify mount/unmount events in gdata_file_system_interface.h. - Call the mount/unmount events to FilesApp when handler is called. - Call the handlers when the file system is mounted/unmounted BUG=135197 TEST=out/Debug/unit_tests:GData* and out/Debug/browser_tests:GData* passes. Review URL: https://chromiumcodereview.appspot.com/10834115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149913 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
Also: - speed up re-copies the XP/xcopy case by skipping old files - clean up output for re-copies in the robocopy case by ignoring "extra" files NOTRY=true BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10837096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149912 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
occurances of link.exe and lib.exe can run concurrently. Python builder emits link_limiter.exe and lib_limiter.exe. Skeleton copied from supalink. Seems to behave as expected. Tested with max-concurrency=1 on my local machine. Run python script with the argument 'clean' to... well... clean up. R=cmp,nsylvain BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10826067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149911 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=140336 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10828161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149910 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=140140 Review URL: https://chromiumcodereview.appspot.com/10852008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149909 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Fix bug 139829: Panels [Linux]: Dark titlebar theme only works with Classic theme, not with GTK+ theme BUG=139829 TEST=Manual test by launching panels and switching themes Review URL: https://chromiumcodereview.appspot.com/10832141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149908 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
BUG=140247 TEST=Tried --enable-audio-mixer flag and observed regression. Review URL: https://chromiumcodereview.appspot.com/10834159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149906 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149903 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10831145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149900 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=138094 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10825182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149897 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
This adds the status of the BPF sandbox in about:sandbox. This is of course pretty limited because the real status depends on the process type. We assume renderers. BUG= TBR=joi@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10829156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149896 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
BUG=128141 TEST=ran manually, ran browser_tests, and ran unit_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10827098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149893 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=scottmg,joi BUG=123026 Review URL: https://chromiumcodereview.appspot.com/10832121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149892 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
No intended behavior change for now. Depends on http://codereview.chromium.org/10832128/ Part of supporting hidpi favicons in the tab strip. BUG=138550 TBR=joi Review URL: https://chromiumcodereview.appspot.com/10837090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149891 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
WorkspaceController. This is a precursor to making WorkspaceManager an interface and adding a new WorkspaceManager variant for the new window heurisics. BUG=137342 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10852003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149890 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/125937 TEST=existing Review URL: https://chromiumcodereview.appspot.com/10831137 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149889 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/125937 TEST=existing Review URL: https://chromiumcodereview.appspot.com/10831137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149888 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
- F11 key toggles Wi-Fi when Debugging keyboard shortcuts is enabled. - A notification is shown when Wi-Fi enable/disable is toggled. BUG=139039 TEST=F11 key toggles Wi-Fi with "Debug keyboard shortcuts" enabled in about:flags. Review URL: https://chromiumcodereview.appspot.com/10824142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149887 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=129799 Review URL: https://chromiumcodereview.appspot.com/10846005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149886 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=116317 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10837086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149885 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
The relaunch is accomplished by spawining off delegate_execute.exe which waits for Chrome to exit an then reactivates it by way of the start menu shortcut. BUG=125434,125854 TEST=tweak a flag in chrome://flags in metro Chrome and hit the relaunch button. Review URL: https://chromiumcodereview.appspot.com/10699040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149884 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
linux-release/intl2: http://build.chromium.org/f/chromium/perf/linux-release/intl2/report.html?history=150&rev=149848 BUG=140222 Review URL: https://chromiumcodereview.appspot.com/10826143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149883 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=136931 TEST=open wrench menu and tap on one of the zoom buttons Review URL: https://chromiumcodereview.appspot.com/10843060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149882 0039d316-1c4b-4281-b951-d872f2087c98
-
motek@chromium.org authored
- master_prefefrencs/installerdata file may now contain { "distribution": { "suppress_first_run_default_browser_prompt": true } } to suppress the Win8+ first-run dialog that walks the user through making Chrome the default browser. If the dialog is suppressed, the default browser butterbar/prompt appears on first run instead. - master_preferences/installerdata file may now contain { "browser": { "suppress_switch_to_metro_mode_on_set_default": true } } to suppress switching to metro mode on Win8+ immediately after Chrome is made the default browser via the first-run dialog. This CL also removes the non-dialog mode of SetAsDefaultBrowserUI and fixes a problem where the dialog would be shown only when master preferences were not given. BUG=135255,135256,135257 TEST=Verify that modifiers described above act as advertised in setup procedure on Win8. If both prefs are absent, the program should show a modal set-default dialog and upon successful change restart Chrome *into the normal first-run flow* in Metro. Note that butter-bar set default is not expected to restart into metro. Review URL: https://chromiumcodereview.appspot.com/10702097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149881 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=138291, 127457 Review URL: https://chromiumcodereview.appspot.com/10831140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149880 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
The end result is that we now go back to NETWORK_IDLE after the resource has loaded. BUG=139511 Review URL: https://chromiumcodereview.appspot.com/10829155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149879 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
""" 2nd display should show the same background as login/lock screen: Added special container for background on lock screen. Background view can now be created in specific container. Disabled lock screen wallpaper implementation based on serving PNG image via data source. BUG=136853,137581 TEST=Lock screen on multimonitor configuration. Check that windows on secondary display are hidden with background. Review URL: https://chromiumcodereview.appspot.com/10810039 TBR=antrim@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149878 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
These are not the final assets for small (waiting on UX) BUG=140336 TBR=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149876 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=140403 Review URL: https://chromiumcodereview.appspot.com/10830157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149875 0039d316-1c4b-4281-b951-d872f2087c98
-