- 12 Aug, 2011 40 commits
-
-
phajdan.jr@chromium.org authored
For a detailed description see part #1, http://codereview.chromium.org/6478005/ This CL fixes the bug fully on Linux. More platforms will follow. BUG=61062 TEST=unit_tests, possibly more Review URL: http://codereview.chromium.org/7628006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96638 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
This makes WebUILoginView not a drag-n-drop target as TabContents::ShouldAcceptDragAndDrop would return false now. Besides, WebUILoginView is popup in some sense. BUG=chromium-os:18781 TEST=Verify crash no longer happens for chromium-os:18781. Review URL: http://codereview.chromium.org/7640023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96636 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
On both Lucid and Natty, cups-config --libs includes cflags and other unneeded output. Parse the cups-config output to emit only the relevant subsets of flags. Review URL: http://codereview.chromium.org/7633022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96635 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
Now that pending preview requests are being canceled when a new request is issued, the event listeners of the printing controls should not check for |hasPendingPreviewRequest| before issuing new requests, instead they should immediately request a new preview so that the previous one is canceled. Also all functions that are associated with a specific print request should get the requestID as a parameter, in order to ignore obsolete responses. I found out that when the print preview tab is reloaded, responses from requests before the reload are reaching the ui code. If reloading the preview tab repeatedly all these request have id=0 and are not being ignored as they should. Therefore I changed the id of the initial request to have a random variable. BUG=91556, 91769 TEST=See bug description Review URL: http://codereview.chromium.org/7550022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96634 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96633 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=91619 TEST=Set up a remoting sesssion and make sure it works. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96327 Review URL: http://codereview.chromium.org/7491070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96632 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://media-internalstsepez@chromium.org authored
Review URL: http://codereview.chromium.org/7638002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96631 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://quota-internalstsepez@chromium.org authored
Review URL: http://codereview.chromium.org/7637026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96630 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=92521 TEST=as in bug Review URL: http://codereview.chromium.org/7639022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96629 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
1. set a proper minWidth on tileGrid, this is so that if you shrink the browser a lot you can still see the tiles (they don't start disappearing behind a white sheet on the right side) 2. fix coordinate calculation during drag destination calculation (this was already wrong but became more apparently so when I increased the margins). BUG=none TEST=manual Review URL: http://codereview.chromium.org/7461148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96628 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
with RESULT_CODE_MISSING_DATA. We used to just CHECK() crash. BUG=69194 Review URL: http://codereview.chromium.org/7610009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96627 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96626 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7639009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96625 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96624 0039d316-1c4b-4281-b951-d872f2087c98
-
jasneet@chromium.org authored
Enable prefs.PrefsTest.testGeolocationPref on linux and mac, keeping test disabled for win as the test fails on win xp bot only BUG=89000 TEST=NONE Review URL: http://codereview.chromium.org/7516003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96623 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@google.com authored
Review URL: http://codereview.chromium.org/7640022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96621 0039d316-1c4b-4281-b951-d872f2087c98
-
scr@chromium.org authored
BUG=91737 R=mmenke@chromium.org,dtseng@chromium.org TEST=browser_tests --gtest_filter=WebUIBrowserAsyncTest.* Review URL: http://codereview.chromium.org/7576024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96620 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: http://codereview.chromium.org/7637018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96619 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66037 upstream. BUG= TEST= Review URL: http://codereview.chromium.org/7637002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96618 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
Convenience methods for WindowedNotificationObserver. R=phajdan.jr@chromium.org BUG=various TEST=none Review URL: http://codereview.chromium.org/7489019 TBR=gbillock@chromium.org Review URL: http://codereview.chromium.org/7633032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96617 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=apatrick@chromium.org BUG=none TEST=everything still compiles Review URL: http://codereview.chromium.org/7634014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96616 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Previously we'd crash (DCHECK in Debug, SEGV in Release) if the client (plugin) requested more than 10 concurrent Decode()s, because that's how many input buffers the OMX component would have. Now we just queue extra Decode()s and drain them as we get buffers back from the decoder. Added test coverage. BUG=none TEST=ovdatest, gles2 Review URL: http://codereview.chromium.org/7461154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96615 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
So instead of: base::Value::ValueType We write a nice: base::Value::Type BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7634018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96614 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96613 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
TBR= BUG= TEST= Review URL: http://codereview.chromium.org/7640024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96612 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Review URL: http://codereview.chromium.org/7587011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96610 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=51716,92717 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7633028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96608 0039d316-1c4b-4281-b951-d872f2087c98
-
ycxiao@chromium.org authored
BUG=68657 TEST=CookieMonsterTest.InitializeFromCookieMonster Moving here from http://codereview.chromium.org/7541021/ TBR=rdsmith TBR=zel Review URL: http://codereview.chromium.org/7599025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96607 0039d316-1c4b-4281-b951-d872f2087c98
-
ali.akbar@gmail.com authored
Fixes a corner case bug in the HexStringToInt conversion function which caused the string "0x" to be treated as a valid hexadecimal number. Although the parsed result was 0, the boolean flag returned indicated that the hex number was in proper format The IteratorRangeToNumber class's Invoke function increments the string pointer by 2 if the string starts with "0x" or "0X" and the length is greater than *or equal* to 2 If the length of the string is 2, i.e "0x", after the pointer increment, the string would be empty and the function returns true as the parse result Changed the condition from "greater than or equal to" to "greater than" Added another test cases which now properly treats "0x" as an invalid hex string Contributed by ali.akbar@gmail.com BUG=92054 Review URL: http://codereview.chromium.org/7584031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96605 0039d316-1c4b-4281-b951-d872f2087c98
-
chocobo@chromium.org authored
BUG=chromium-os:17755 TEST=manual Review URL: http://codereview.chromium.org/7635027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96604 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadt@chromium.org authored
Fixes the test break on ChromeOS. TEST=none BUG=none modified: chrome/browser/ui/panels/panel_browsertest.cc Review URL: http://codereview.chromium.org/7629023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96603 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96601 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=chromium-os:18953 TEST=Login on production build and check for extra extension processes Review URL: http://codereview.chromium.org/7630002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96597 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=87457 TEST=none R=mirandac TBR=zea,willchan Review URL: http://codereview.chromium.org/7639002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96596 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
We need to do so because we now have asserts which make sure ref/deref of RefCounted happen on the right thread. TEST=None BUG=None Review URL: http://codereview.chromium.org/7629006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96595 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This was causing auto-complete popup windows to have their contents always overpainted by the linen texture, since contents_size was empty for them. BUG=92645 TEST=see bug Review URL: http://codereview.chromium.org/7640018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96594 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
Convenience methods for WindowedNotificationObserver. R=phajdan.jr@chromium.org BUG=various TEST=none Review URL: http://codereview.chromium.org/7489019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96593 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Flash forwards some window messages when it has no handler set. The only ones I've observed are WM_MOUSEWHEEL and WM_GESTURE (gestures are supported only on Win7). So, we need to allow these messages through the UIPI boundary. One important note is that I use per-process message filters on Vista, but per-window filters on Win7 or later (because they're supported). BUG=86810 TEST=None. Review URL: http://codereview.chromium.org/7617019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96592 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7614001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96587 0039d316-1c4b-4281-b951-d872f2087c98
-
jrt@chromium.org authored
On the Mac GPU bot, tex_image_and_sub_image_2d_with_video occasionally fails. Marked as flaky until resolved. BUG=92587 TEST=gpu_tests --gtest_filter=WebGLConformanceTests.tex_image_and_sub_image_2d_with_video Review URL: http://codereview.chromium.org/7633007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96586 0039d316-1c4b-4281-b951-d872f2087c98
-