- 28 Oct, 2011 40 commits
-
-
backer@chromium.org authored
BUG=102056 TEST=links without warning with GYP_DEFINES="use_aura=1 use_webkit_compositor=1 component=shared_library" Review URL: http://codereview.chromium.org/8418022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107775 0039d316-1c4b-4281-b951-d872f2087c98
-
tessamac@chromium.org authored
R=aa BUG=100351 TEST= Review URL: http://codereview.chromium.org/8353040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107774 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=unit_tests --gtest_filter=GViewRequestInterceptorTest.* and unit_tests --gtest_filter=GViewRequestInterceptorTest.InterceptPdfWithNoPlugins should both pass; Official CrOS bot goes green. Review URL: http://codereview.chromium.org/8417015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107773 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Review URL: http://codereview.chromium.org/8418017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107772 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
This patch will loop through the soundcard and return a list of available devices when the AudioInputDeviceManager does the device enumeration. Previously, only default device will be returned. This is a step forward to support device selection on Mac. I have another similar CL but on Linux: http://codereview.chromium.org/8162015/ Examples for how the device enumeration with this patch: name id Built-in Line Input AppleHDAEngineInput:1B,0,1,1:4 Built-in Digital Input AppleHDAEngineInput:1B,0,1,2:5 SB Arena Headset AppleUSBAudioEngine:Creative Technology:SB Arena Headset:5d100000:2,1 Bug=None Test=media_unittests Review URL: http://codereview.chromium.org/8276034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107771 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Some small tweaks which tabs we show during first launch: - Previously the sync promo was the first tab. Completing the promo would navigate to the original first startup URL. With this change completing the sync promo always navigates to the new tab page. - The original first startup URL is now the 2nd tab (and the original 2nd tab is now the 3rd, etc...). - If we have more than two tabs then we suppress the welcome page. BUG= TEST= Review URL: http://codereview.chromium.org/8343052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107770 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8414017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107769 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
TBR=nirnimesh@chromium.org BUG=102136 Review URL: http://codereview.chromium.org/8400071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107768 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
This is a refactor only - no behavior change should happen. Review URL: http://codereview.chromium.org/8340026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107766 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Part of larger patch here http://codereview.chromium.org/8345027/ which is updated with remaining pieces. BUG=79050 TEST= Review URL: http://codereview.chromium.org/8417034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107765 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
This fixes the problem where if chrome launches in background mode at login, the next time we restart chrome we relaunch it in background mode again. BUG=92391 TEST=Install background app, restart computer so chrome is launched on startup, go to about:flags and change a flag and choose 'Restart' - chrome should reopen any open windows on restart. Review URL: http://codereview.chromium.org/8413023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107763 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=jam@chromium.org BUG=90442 TEST= Review URL: http://codereview.chromium.org/8343046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107762 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
BUG=101389 TEST=On any platform use the appropriate policy mechanism to set CloudPrintSubmitEnabled to false. Cloud print should no longer be available via built in print mechanisms Review URL: http://codereview.chromium.org/8395007 TBR=abodenha@chromium.org Review URL: http://codereview.chromium.org/8416047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107761 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107760 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
This includes the following changes: r1083: make: support more shell variations r1082: Ninja: substitute RULE_INPUT_PATH and ExpandSpecial for cflags BUG=None TEST=None Review URL: http://codereview.chromium.org/8400046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107759 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
Chrome proxy refactoring.Adding myself to the OWNERS file for handling cloud print proxy issues.Split proxy code from cloud_print_proxy_backend to a separate pieces: - auth code goes to cloud_print_auth.h/cc - connector logic goes to cloud_print_connector.h/cc (printer enumeration, registration and deletion) - wiring backend/frontend threads, notifications with other parts will stay in cloud_print_backend.h/ccMade proxy logic more straightforward. Review URL: http://codereview.chromium.org/8387011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107758 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
With r107251 the sync promo page stopped loading. The problem was due to a difference between the sync promo and the options Sign In UI. The options UI calls ShowSetupUI() when showing the sign in overlay. The promo wasn't calling this causing sync not to be setup correctly. Fix was to match the behavior of the options UI and call ShowSetupUI() when showing the sync promo page. BUG= TEST= Review URL: http://codereview.chromium.org/8416033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107757 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
application/pdf may not have a preferred extension mapping on all bots. BUG=NetUtilTest.GenerateFileName test fails on Win Beta builder. TEST=net_unittests --gtest_filter=NetUtilTest.GenerateFileName Review URL: http://codereview.chromium.org/8392039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107756 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
This is a local fix because TSAN is complaining only about this particular case. A follow-up change (which will likely take more time) will make sure this is OK across the code-base. BUG=98716,102134 Review URL: http://codereview.chromium.org/8343062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107755 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Part of larger patch here http://codereview.chromium.org/8345027/ which is updated with remaining pieces. BUG=79050 TEST= Review URL: http://codereview.chromium.org/8413042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107753 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8340014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107751 0039d316-1c4b-4281-b951-d872f2087c98
-
kerz@chromium.org authored
BUG=v8-1796, TBR=cmp@chromium.org mac-release-10.5/intl1/times/t: http://build.chromium.org/f/chromium/perf/mac-release-10.5/intl1/report.html?history=150&rev=107743 Review URL: http://codereview.chromium.org/8418025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107750 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=99178 TEST=Set policy values with the wrong types (e.g. ShowHomeButton = 2) or with conflicting values. The "status" column in about:policy shows a description of the error. Review URL: http://codereview.chromium.org/8413037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107749 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
BUG=101389 TEST=On any platform use the appropriate policy mechanism to set CloudPrintSubmitEnabled to false. Cloud print should no longer be available via built in print mechanisms Review URL: http://codereview.chromium.org/8395007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107748 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=100232 TEST=Manual Review URL: http://codereview.chromium.org/8341050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107747 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This makes the drop downs on Mac and Linux match how Windows currently renders these suggestions when they include newline, tab and carriage return characters. Removes invalid characters in matches coming from extension suggestions and apps. BUG=100564 TEST=Manual per bug and added ExtensionAppProviderTest.CreateMatchSanitize KeywordProviderTest.SuggestionMatchSanitize tests. Review URL: http://codereview.chromium.org/8364001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107746 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=100856 TEST=Quickly mouse through the avatar menu. The edit link doesn't flicker. Review URL: http://codereview.chromium.org/8344048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107745 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Chromium side of WebKit patch: https://bugs.webkit.org/show_bug.cgi?id=70065 This drops the Chromium dependency on WebIDBKey::NullType and treats it the same as WebIDBKey::InvalidType. Once this has landed, the second half of the WebKit side can go in and (finally) the default: cases herein ensuring all enumeration parameters are handled can be removed. BUG=98930 TEST= Review URL: http://codereview.chromium.org/8276023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107744 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
failing since http://crrev.com/107712. TBR=nirnimesh@chromium.org BUG=102136 Review URL: http://codereview.chromium.org/8413043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107743 0039d316-1c4b-4281-b951-d872f2087c98
-
droger@google.com authored
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/8413030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107742 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
BUG=102094 TEST=None Review URL: http://codereview.chromium.org/8413040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107741 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG=102075 Review URL: http://codereview.chromium.org/8343060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107740 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
BUG=101162 Review URL: http://codereview.chromium.org/8418009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107739 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
Analyzed the problem and tested 30+ times the affected and related tests without problems. Test failure seems to be a non-related flake. Revert 107727 - Revert 107722 - Implement notifications for the DisplayBalloon method on Linux and Mac. BUG=74970 TEST=install background app on window, see desktop notification. Review URL: http://codereview.chromium.org/8375027 TBR=leandrogracia@chromium.org Review URL: http://codereview.chromium.org/8417027 TBR=rohitrao@chromium.org Review URL: http://codereview.chromium.org/8414024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107738 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
We had to use SavePersistentPref() since prefs were not saved during normal shutdown. See http://crosbug.com/19491 which tracks that, now fixed. Leaving SavePersistentPrefs() in WizardController and DetermineAndSaveHardwareKeyboard since those OOBE settings are very important to be saved right away and persist even if Chrome crashes. BUG=chromium-os:20938 TEST=Manual. OOBE: switch language, reboot. Remove user, reboot. Review URL: http://codereview.chromium.org/8341105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107737 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
Depends on http://codereview.chromium.org/8247009/ BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107715 Review URL: http://codereview.chromium.org/8362006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107736 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This also wires up GetRestoredBounds(). BUG=99729 TEST=manual: less spam Review URL: http://codereview.chromium.org/8417014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107735 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=101964 TEST=When doing a user install (not system install) of chrome on a mac, make sure that the default apps are correctly installed into new profiles. Review URL: http://codereview.chromium.org/8400047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107734 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107733 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:22174 TEST= Review URL: http://codereview.chromium.org/8418021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107729 0039d316-1c4b-4281-b951-d872f2087c98
-