- 28 Oct, 2009 40 commits
-
-
tony@chromium.org authored
initially see white. On debug builds, you see white, green, then the page. BUG=20059 Review URL: http://codereview.chromium.org/342027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30395 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
BUG=none TEST=none TBR=jorlow Review URL: http://codereview.chromium.org/343025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30394 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
SetSystemUIMode seems to be unhappy with releasing full screen mode while a full-screen plugin window is still frontmont; swap the order of our calls so we do them after the window is closed instead. BUG=25838 TEST=Open a full-screen Flash window, then exit. Dock should re-appear. Review URL: http://codereview.chromium.org/342026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30393 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
and unit tests. BUG=25482 TEST=covered by unit tests Review URL: http://codereview.chromium.org/307048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30392 0039d316-1c4b-4281-b951-d872f2087c98
-
http://trac.webkit.org/changeset/49641victorw@chromium.org authored
R=japhet BUG=25204 TEST=none Review URL: http://codereview.chromium.org/329026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30390 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@google.com authored
failures individually (rather than lumping them into the deprecated FAIL bucket). R=ojan@chromium.org TEST=none BUG=http://crbug.com/24223 Review URL: http://codereview.chromium.org/338057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30389 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Review URL: http://codereview.chromium.org/326003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30388 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=24687 TEST=unit tests still pass git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30387 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
* Added OnMouseXXXTab methods to BrowserExtender to handle on tabs. * Changed tab to call above methods. * Added GetSelectedTab to TabStrip Minor changes along with the major changes above * Removed unnecessary file entries in chrome.gyp * Fixed a few method's const. * Removed unnecessary class declarations and includes. Know issue: keyboard focus is not working. In 2nd step, I'm going to eliminate popup and use whatever that FindBar is using to show compact location bar. I'll fix the issue above after this migration. (if it still persists) BUG=None Test=None Review URL: http://codereview.chromium.org/341008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30386 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=24687 TEST=unit tests still pass Review URL: http://codereview.chromium.org/345012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30385 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
install dialogs and the management ui page. Also changed the margins on the body to match the download page and the history page so it doesn't look as bad when you switch between them. TEST=Install an extension without an icon and you should see the puzzle piece icon in the install dialog. TEST=Open the chrome://extensions page and you should see the same icon in the top left corner. BUG=25906 Review URL: http://codereview.chromium.org/344014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30384 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=25354 Review URL: http://codereview.chromium.org/342020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30383 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@google.com authored
Review URL: http://codereview.chromium.org/342023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30382 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
- only include cflags/linkflags and other compiler settings that are target-specific when building for 'target' - make build tools (protoc) compile for 'host', and change the dependencies on them to reflect that. Review URL: http://codereview.chromium.org/265031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30381 0039d316-1c4b-4281-b951-d872f2087c98
-
mbelshe@google.com authored
Document the API for FlipDelegate in flip_session.h. Remove the method OnCancel, since it was not needed. Add the method OnBodySent, which is not yet used but will be. FlipNetworkTransaction is a FlipDelegate, so the changes there are just to reflect the new API. BUG=none TEST=none Review URL: http://codereview.chromium.org/339047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30380 0039d316-1c4b-4281-b951-d872f2087c98
-
kuchhal@chromium.org authored
BUG=11971 TEST=No functional change. Make sure first-run/import still works on all three platforms. Review URL: http://codereview.chromium.org/340020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30379 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Add initial implementation of AutoFill++. This implementation is hidden behind a switch, --enable-new-autofill. So far, we only pop up an infobar asking the user if he'd like to save the form information. I've added a rudimentary icon for the infobar, pulled from the mocks, so we'll probably want a blessed version of this icon at some point. BUG=18201 TEST=none Review URL: http://codereview.chromium.org/339030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30378 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@google.com authored
Change from absolute paths to relative paths to allow tests,etc. to be located in any directory, as long as the directory structure is correct. Original review at: http://codereview.chromium.org/344013. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30377 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
Review URL: http://codereview.chromium.org/339040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30376 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Review URL: http://codereview.chromium.org/347006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30375 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
coding. I can't think of a good reason why we were hard coding it before. BUG=17592 TEST=none Review URL: http://codereview.chromium.org/340009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30373 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
TBR=maruel BUG=25952 Review URL: http://codereview.chromium.org/345015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30372 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/342021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30371 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
Add in some flaky tests and remove a bunch of plugin tests that are now passing on MAC. BUG=25880 BUG=20748 BUG=20438 BUG=11613 BUG=10438 BUG=10374 BUG=10354 BUG=10667 BUG=10351 BUG=10673 BUG=6735 TEST=layout test bots still green Review URL: http://codereview.chromium.org/345010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30370 0039d316-1c4b-4281-b951-d872f2087c98
-
jorlow@chromium.org authored
TBR=rolandsteiner TEST=none BUG=none Review URL: http://codereview.chromium.org/341021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30369 0039d316-1c4b-4281-b951-d872f2087c98
-
kathyw@google.com authored
TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/340021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30367 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Remove a DCHECK that happens on every exit of IE. We appear to be leaking automation proxies, which I maintain is a bad thing. BUG=Start IE with debug CF installed, navigate to a chrome frame page, exit IE, see the DCHECK. Review URL: http://codereview.chromium.org/342018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30366 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@google.com authored
and specific commands. Common are things like Noop, SetToken, Jump, Gosub, return. Specific are O3D etc... Review URL: http://codereview.chromium.org/329046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30365 0039d316-1c4b-4281-b951-d872f2087c98
-
jorlow@chromium.org authored
TBR=japhet BUG=none TEST=none Review URL: http://codereview.chromium.org/338066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30364 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
start==0 and end==9223372036854775807, i.e. the full positive range of a 64-bit signed int. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/346003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30363 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@google.com authored
Revert 30359 - Change from absolute paths to relative paths to allow tests,etc. to be located in any directory, as long as the directory structure is maintained. Review URL: http://codereview.chromium.org/344013 TBR=kkania@google.com Review URL: http://codereview.chromium.org/345013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30362 0039d316-1c4b-4281-b951-d872f2087c98
-
victorw@chromium.org authored
R=ojan BUG=25858 TEST=rebaseline tool Review URL: http://codereview.chromium.org/345008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30361 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
TEST=Covered by net_unittests. BUG=25520 TBR=eroman Review URL: http://codereview.chromium.org/344015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30360 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@google.com authored
Change from absolute paths to relative paths to allow tests,etc. to be located in any directory, as long as the directory structure is maintained. Review URL: http://codereview.chromium.org/344013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30359 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
just windows. see http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20(dbg)(2)/builds/3796/steps/ui_tests/logs/CloseTab BUG:14774 Review URL: http://codereview.chromium.org/346005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30358 0039d316-1c4b-4281-b951-d872f2087c98
-
jorlow@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/339048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30357 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
The test is only failing on Mac, so lets just disabled it for Mac specifically so as to not lose test coverage on other platforms. TBR=aa BUG=26035 TEST=None Review URL: http://codereview.chromium.org/343019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30356 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
them. BUG=none TEST=none Review URL: http://codereview.chromium.org/343018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30355 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
Added parser for "ls" listing style, and tests. This is not yet used by the browser (will do that in a following CL). TEST=Covered by net_unittests. BUG=25520 Review URL: http://codereview.chromium.org/244008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30354 0039d316-1c4b-4281-b951-d872f2087c98
-
vangelis@google.com authored
Review URL: http://codereview.chromium.org/342009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30353 0039d316-1c4b-4281-b951-d872f2087c98
-