- 22 Sep, 2011 40 commits
-
-
bulach@chromium.org authored
BUG= TEST= TBR=dslomov@chromium.org Review URL: http://codereview.chromium.org/7990001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102269 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=none TEST=manually Review URL: http://codereview.chromium.org/7983043 TBR=fsamuel@chromium.org Review URL: http://codereview.chromium.org/7989002 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/7993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102268 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
(Vetoed by the UI leads) BUG=96855TEST=Load chrome://settings/extensionSettings and see that the title format is now Extensions (xx) where xx is the number of installed extensions in the list. Also if there are no extensions loaded then the title should be Extensions.Patch by naveenbobbili@motorola.comReview URL: http://codereview.chromium.org/7932021TBR=naveenbobbili@motorola.com Review URL: http://codereview.chromium.org/7993001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102267 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=none TEST=manually Review URL: http://codereview.chromium.org/7983043 TBR=fsamuel@chromium.org Review URL: http://codereview.chromium.org/7989002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102266 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
If a bubble view was shown immediately after creating a browser window the bubble view would get a deactivate event causing it to close. The problem was that when the browser window's page was commited it would switch focus to the location bar. This caused the bubble view to lose focus and close. Fix was to have the browser winodw switch focus to the location bar only if it was the active window. Thus if a bubble view was shown it wouldn't switch focus. This change also modifies InProcessBrowserTest::CreateBrowserForPopup() to show the browser window before navigating to a blank page. This fixes a problem where the browser window wouldn't become active. BUG=95146 TEST= Review URL: http://codereview.chromium.org/7960001 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/7988001 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/7991001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102265 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7980035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102264 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
If a bubble view was shown immediately after creating a browser window the bubble view would get a deactivate event causing it to close. The problem was that when the browser window's page was commited it would switch focus to the location bar. This caused the bubble view to lose focus and close. Fix was to have the browser winodw switch focus to the location bar only if it was the active window. Thus if a bubble view was shown it wouldn't switch focus. This change also modifies InProcessBrowserTest::CreateBrowserForPopup() to show the browser window before navigating to a blank page. This fixes a problem where the browser window wouldn't become active. BUG=95146 TEST= Review URL: http://codereview.chromium.org/7960001 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/7988001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102263 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Revert 102259 - Revert 102215 - Pull libcros v173 Lots of functions have been deprecated recently. We should update the DEPS and wait for a while before removing them. BUG=chromium-os:20648 TEST=build chrome Review URL: http://codereview.chromium.org/7980030 TBR=satorux@chromium.org Review URL: http://codereview.chromium.org/7977046 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/7983060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102261 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=hashimoto@chromium.org BUG=chromium-os:19649 TEST=Manual Review URL: http://codereview.chromium.org/7978054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102260 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Lots of functions have been deprecated recently. We should update the DEPS and wait for a while before removing them. BUG=chromium-os:20648 TEST=build chrome Review URL: http://codereview.chromium.org/7980030 TBR=satorux@chromium.org Review URL: http://codereview.chromium.org/7977046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102259 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
and adding ARIA attributes. BUG=96906 TEST=manual testing Review URL: http://codereview.chromium.org/7917015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102258 0039d316-1c4b-4281-b951-d872f2087c98
-
mflodman@chromium.org authored
This is almost the same patch [1] as was reverted last week due to flakiness in one of the Win tests, but for one change: MediaStreamManager is not called from MediaStreamDispatcherHost::OnChannelClosing, to avoid shut-down crash. This will be changed as soon as the shut-down issue is solved. [1] http://codereview.chromium.org/7649016/ Review URL: http://codereview.chromium.org/7948004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102255 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=97186 TEST=none Review URL: http://codereview.chromium.org/7973006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102254 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102253 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
This also fixes an issue where inferred sections were not being updated after server types were returned. BUG=93595 TEST=browser_tests --gtest_filter=*DataDrivenHeuristics*16* Review URL: http://codereview.chromium.org/7981047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102251 0039d316-1c4b-4281-b951-d872f2087c98
-
halyavin@chromium.org authored
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2191 TEST= run ./scons --mode=dbg-host,nacl platform=x86-64 --nacl_glibc run_ppapi_bad_browser_test Review URL: http://codereview.chromium.org/7979018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102250 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
[windows] Filter --flag-switches-begin and --flag-switches-end from being sent in the breakpad metadata. Review URL: http://codereview.chromium.org/7981038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102249 0039d316-1c4b-4281-b951-d872f2087c98
-
chrelad@gmail.com authored
BUG=97409 TEST=Try compiling on Linux with CUPS < 1.4 Review URL: http://codereview.chromium.org/7980036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102248 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=97186 TEST=none Review URL: http://codereview.chromium.org/7971008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102247 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Original patch by kalman@chromium.org BUG=97511 TEST= TBR=kalman@chromium.org Review URL: http://codereview.chromium.org/7978053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102246 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Original patch by kalman@chromium.org BUG=97511 TEST= TBR=kalman@chromium.org Review URL: http://codereview.chromium.org/7976043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102245 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Original patch by kalman@chromium.org. BUG=97511 TEST= TBR=kalman@chromium.org Review URL: http://codereview.chromium.org/7980060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102244 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=None TEST=1) ran unit_tests with and without touchui=1 2) built touchui=1 image and manually tested it. Review URL: http://codereview.chromium.org/7976021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102243 0039d316-1c4b-4281-b951-d872f2087c98
-
arthurhsu@chromium.org authored
BUG=95110 TEST=none Review URL: http://codereview.chromium.org/7831041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102242 0039d316-1c4b-4281-b951-d872f2087c98
-
yosin@chromium.org authored
MenuConfig::Create passes HFONT to Font ctor but this HFONT isn't deleted. PlatformFontWin keeps copied HFONT by InitWIthCopyOfHFONT rather than keeping passed HFONT. BUG=96872 TEST=Manual on Win7 Review URL: http://codereview.chromium.org/7978021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102241 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=69914 TEST=browser_tests --gtest_filter=FormAutofillTest.* Review URL: http://codereview.chromium.org/7978048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102240 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
BUG=95719 R=estade@chromium.org TEST=Drag a tile element over the trash or navdot on Windows and check the e.dataTransfer.dropEffect in TilePage#onDragEnd_. Review URL: http://codereview.chromium.org/7951011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102239 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102238 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
759: Optimize uniform handling by storing both decorated and undecorated names. 760: Decorate arrays uniforms with "ar_" to identify arrays of size 1. 761: Optimize string comparisons by avoiding the creation of temporary substrings. 762: Save stream source 0 in stateblock when doing masked color clear. BUG=97267 TEST=try-bots, webgl conformance tests Review URL: http://codereview.chromium.org/7983049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102237 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
TBR=yzshen@chromium.org BUG=None TEST=check_perms test should pass. Review URL: http://codereview.chromium.org/7977044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102236 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
BUG=97330 TEST=added appropriate browser test Review URL: http://codereview.chromium.org/7981040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102235 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=41781 TEST=Manual test in ppapi/examples/mouse_lock Review URL: http://codereview.chromium.org/7863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102234 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=chromium-os:20545 TEST=added a test case in FindInPageControllerTest.AcceleratorRestoring. See bug for repro step. Review URL: http://codereview.chromium.org/7978015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102233 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102232 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
1051: make: Fix regression where bundle targets without postbuilds called postbuilds of a different target. BUG=none TEST=`make chrome` on groby's mbp works again TBR=mark Review URL: http://codereview.chromium.org/7977040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102231 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
remove all rounded corders in the pod. add 1x border around pod change background to c0c0c0. BUG=chromium-os:20652 TEST=see bug for new ui mock Review URL: http://codereview.chromium.org/7980029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102230 0039d316-1c4b-4281-b951-d872f2087c98
-
zhenghao@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7980049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102227 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Instead, allow Native Client when Javascript is allowed. BUG=91571 TEST=manual Review URL: http://codereview.chromium.org/7978037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102226 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
RWHVV shouldn't update ime if there is no inputmethod associated with the view. BUG=none TEST=none Review URL: http://codereview.chromium.org/7976028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102225 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=92803 TEST= Review URL: http://codereview.chromium.org/7978013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102223 0039d316-1c4b-4281-b951-d872f2087c98
-