- 08 Jun, 2011 40 commits
-
-
cevans@chromium.org authored
extradata buffer. BUG=82438 Review URL: http://codereview.chromium.org/7137002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88354 0039d316-1c4b-4281-b951-d872f2087c98
-
smus@chromium.org authored
Updated broken screenshot sample to use domain permissions (only works for code.google.com) Review URL: http://codereview.chromium.org/7003059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88353 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
Reason for revert: This patch causes --test-terminate-timeout to be disregarded by out_of_proc_test_runner.cc, resulting in redness on the sync buildbots. This is the first step towards removing --test-terminate-timeout completely. In this CL --test-terminate-timeout becomes a synonym for --ui-test-action-max-timeout. This makes it possible to switch callers to --ui-test-action-max-timeout and remove --test-terminate-timeout. Removing number of different kinds of timeouts makes it easier to pick one. BUG=none Review URL: http://codereview.chromium.org/7111035 TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/7104059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88352 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
BUG=chromium-os:15994 TEST=None Review URL: http://codereview.chromium.org/6969105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88351 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=85387 TEST=tree green TBR=sky,simonjam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88350 0039d316-1c4b-4281-b951-d872f2087c98
-
rginda@chromium.org authored
Previous code reset the disabled state of the ok button on-keypress of the filename input text box. This overwrote the fact the the ok button may have been disabled because we're in the / or /media directories. BUG=chromium-os:16276 TEST=manual testing on chromeos-chrome in linux Review URL: http://codereview.chromium.org/7108012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88349 0039d316-1c4b-4281-b951-d872f2087c98
-
rginda@chromium.org authored
This patch changes rename click detection so that a user must slow double click on the *same* file. The previous code usually required users to click on the same file, but relied on a side effect of the list control (that clicking on a new file resets the selection), which didn't always work. BUG=chromium-os:16270 TEST=manual testing on chromeos-chrome on linux Review URL: http://codereview.chromium.org/7134004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88348 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
BUG=none TEST=none. no functional change. all test should still pass. Review URL: http://codereview.chromium.org/7124001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88347 0039d316-1c4b-4281-b951-d872f2087c98
-
rhashimoto@chromium.org authored
- Convert NetworkChangeNotifier::NotifyObserversOfOnlineStateChange() to static. - Remove ScopedRunnableMethodFactory member from NetworkChangeNotifierChromeos. The problem is that ScopedRunnableMethodFactory is not thread-safe, so tasks created by it can only be posted to the current thread. BUG=chromium-os:16197 TEST=none Review URL: http://codereview.chromium.org/7009002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88346 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Wait showing html dialog until renderre finish painting after page is loaded. This change keeps track of state transition to make sure we only show the window on the paint after page load. minor change; use gdk's debug paint. Views no longer manage the damaged rect by itself so we can simply use gdk's debug paint. Note to mazda. Please consider adding fade-in animation. I believe it will make it much nicer. BUG=chromium-os:15809 TEST=open keyboard overlay on device. no white flicker should be observed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88271 Review URL: http://codereview.chromium.org/7024032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88345 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Notable changes in the range: * r132735 (hopefully) fixes a bug introduced in r131951 that made gold 1.10 crash with /usr/bin/ld: internal error in set_offset, at output.cc:4030 * r132535 fixes the crash at -O3 on mac * r132565 adds a warning for "x + y ? a : b" to -Wparentheses BUG=85289,84424 TEST=none TBR=evan Review URL: http://codereview.chromium.org/7046048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88344 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
BUG=84523 TEST=Sending WM_ENDSESSION to the browser while the download shelf is open doesn't crash Review URL: http://codereview.chromium.org/7105026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88343 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:12302 TEST=Verify fix for chromium-os:12302 Review URL: http://codereview.chromium.org/7111014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88342 0039d316-1c4b-4281-b951-d872f2087c98
-
rhashimoto@chromium.org authored
BUG=chromium-os:13887 TEST=none Review URL: http://codereview.chromium.org/7104013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88340 0039d316-1c4b-4281-b951-d872f2087c98
-
annacc@chromium.org authored
BUG=85100 TEST=HTML5 videos with stereo channel layout on Mac with unconfigured speakers can be heard. Review URL: http://codereview.chromium.org/7134001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88339 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
number of arguments to take a struct. BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/6995058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88338 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://sessionsagl@chromium.org authored
This reverts commit r88334. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88336 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This reverts commit r88333, effectively reapplying r88331. The original failure turned out to be just a flake. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88335 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://sessionsasvitkine@chromium.org authored
This adds the necessary plumbing for chrome://sessions webui page which shows a hierarchy of sessions and their windows and tabs as well as a "magic" list of suggested tabs. The magic list is currently just the last 10 tabs by timestamp for now - but can later be changed to prototype other heuristics. BUG=none TEST=manual Review URL: http://codereview.chromium.org/6969016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88334 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This reverts commit r88331. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88333 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
R=altimofeev@chromium.org BUG=chromium-os:15923 TEST=Manual Review URL: http://codereview.chromium.org/7121013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88332 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=none TEST=net_unittests http://codereview.chromium.org/6993027/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88331 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88330 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
numbers to "NaN" on certain locales. This is a bug on icu. Rolled third_party/icu version to @88321. BUG=60476 TEST=browser_tests:TimeFormat.DecimalPointNotDot Review URL: http://codereview.chromium.org/7003028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88329 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/7033062/glider@chromium.org authored
Replaced ptrdiff_t with std::ptrdiff_t in all files. Review URL: http://codereview.chromium.org/7046043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88328 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
I am working towards having two surfaces that the GpuScheduler alternates between on SwapBuffers. Each surface should be resized once it is the backbuffer (via SwapBuffers). By caching the resize callback, I can (a) resize of the backbuffer immediately when the callback is initiated from the GLES2Decoder and (b) resize the frontbuffer once it becomes the backbuffer after a SwapBuffers. BUG=none TEST=none (should be no-op on all platforms) Review URL: http://codereview.chromium.org/6982060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88327 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7121010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88326 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88325 0039d316-1c4b-4281-b951-d872f2087c98
-
jkummerow@chromium.org authored
R=sgjesse@chromium.org BUG=None TEST=existing tests. Review URL: http://codereview.chromium.org/7044046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88324 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
BUG=85329 TEST=none Review URL: http://codereview.chromium.org/6995071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88319 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:15842 TEST=Observe single webstore on NTP. Review URL: http://codereview.chromium.org/7124008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88318 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=chromium-os:15263 TEST=manual Review URL: http://codereview.chromium.org/7057055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88317 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88314 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=85189 TEST=None Review URL: http://codereview.chromium.org/7121017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88313 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7027039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88312 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88311 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
This change added: - "SpellCheck.SuggestionHitRatio" (percentage) - "SpellCheck.SuggestionHitRatio" (boolean) TEST=manual TBR=darin BUG=none Review URL: http://codereview.chromium.org/7121006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88309 0039d316-1c4b-4281-b951-d872f2087c98
-
braffert@chromium.org authored
BUG=85250 TEST=TwoClientLivePreferencesSyncTest.kAcceptLanguages Review URL: http://codereview.chromium.org/7099003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88308 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
BUG=85310 TBR= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88307 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
BUG=85310 TBR= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88306 0039d316-1c4b-4281-b951-d872f2087c98
-