- Nov 03, 2009
-
-
aa@chromium.org authored
TBR=rafaelw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30787 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@google.com authored
Review URL: http://codereview.chromium.org/355004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30785 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Semantically, document-idle means "when the DOM is ready and layout has been idle for awhile", or more loosely, "as soon as we get around to it". Right now this uses a simple heuristic. It injects scripts 200ms after DOMContentLoaded, or immediately after onload, whichever happens first. BUG=26126 TEST=Manual. Extensions with content scripts should work. Review URL: http://codereview.chromium.org/339064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30784 0039d316-1c4b-4281-b951-d872f2087c98
-
slightlyoff@chromium.org authored
TEST=None BUG=26549 TBR=ananta Review URL: http://codereview.chromium.org/348051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30783 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Don't switch to CF's active document for frames or iframes.This fixes an issue where a page that uses CF would be loaded in an IFRAME on Google Images.Instead of attempting to load CF (not supported), we now defer to the host browser. Previously a blank page was displayed.TEST=Run new unit tests: FullTabModeIE_SubIFrame and FullTabModeIE_SubFrameBUG=22989 Review URL: http://codereview.chromium.org/343086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30782 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=ExtensionsServiceTest shouldn't leak temp files. Review URL: http://codereview.chromium.org/342085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30781 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=http://crbug.com/23995 TEST=Uninstall Chrome Frame in such a way that a reboot is not required. Verify that a confirmation dialog appears. Review URL: http://codereview.chromium.org/355002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30780 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/276029/showmad@chromium.org authored
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30778 0039d316-1c4b-4281-b951-d872f2087c98
-
rafaelw@chromium.org authored
BUG=26540 Review URL: http://codereview.chromium.org/341075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30776 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
Reverting 30766. It caused failures in ui_tests BrowserTest.SingleBeforeUnloadAfterWindowClose and apparently made the browser_tests crash. BUG=26398 TEST=covered by ui_tests and browser_tests Review URL: http://codereview.chromium.org/354015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30775 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@google.com authored
with ".manifest", since we no longer have a scons build. We should probably change the code that parses these to be simpler someday. Review URL: http://codereview.chromium.org/341073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30774 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
byte range requests. BUG=25755 TEST=unittests Review URL: http://codereview.chromium.org/339088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30773 0039d316-1c4b-4281-b951-d872f2087c98
-
- Nov 02, 2009
-
-
estade@chromium.org authored
Handle GTK enter and leave notification events and pass them to WebKit as mouse move events. This prevents an HTML widget from staying in the mouseover state when the cursor leaves the window. Add a new ui test that checks the specific case that was broken by warping the mouse pointer inside and outside the content area. BUG=24660 TEST=ui_tests patch by Dominic Mazzoni <dmazzoni [at] google> original review: http://codereview.chromium.org/274010/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30771 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
* to remove from tests that are no longer flaky (due to http://trac.webkit.org/changeset/50293). * fix the bug number for a few test to point to the real bug instead of one that is resolved. * remove the skip for a test that will soon no longer be crashing (and thus allow for new baselines to be saved). TEST=None BUG=18733,25747 Review URL: http://codereview.chromium.org/346033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30770 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
BUG=20651 TEST=Run "sh tools/valgrind/valgrind_webkit_tests.sh --debug LayoutTests/plugins/destroy-stream-twice.html" and verify that the "Invalid read of size 4" error at NPP_DestroyStream() is not reported in the log (vlayout-NNNNN.log). Review URL: http://codereview.chromium.org/354005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30769 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
might cause trouble and work around it. BUG=26181 TEST=keystone_install_test.sh It should now be possible to update Chrome when you have write permission on all of the directories but none of the files or symbolic links on disk. Review URL: http://codereview.chromium.org/341072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30768 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Need to add theme resources to this binary as well. Missed in r30755. TBR=rafael Review URL: http://codereview.chromium.org/348049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30767 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
actually move to the next one in the queue instead. BUG=26398 TEST=Make sure alert/confirm boxes work properly. Make sure a background tab that shows a (delayed) alert box works. Same with a background browser. Especially make sure http://crbug.com/10699 doesn't recur. Review URL: http://codereview.chromium.org/339094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30766 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
TODO: Use LoadLog in FLIP code. Review URL: http://codereview.chromium.org/344026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30765 0039d316-1c4b-4281-b951-d872f2087c98
-
yaar@chromium.org authored
(in preparation for upstreaming the api) Review URL: http://codereview.chromium.org/340049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30764 0039d316-1c4b-4281-b951-d872f2087c98
-
gwilson@google.com authored
Changes the layout test formatter to apply lenient permissions on created files. This is so buildbots can easily scp these files to the right place and clean them up. R=ojan TEST=run test_output_formatter.sh, all created files should be rwxrwxrwx BUG=none Review URL: http://codereview.chromium.org/341059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30763 0039d316-1c4b-4281-b951-d872f2087c98
-
jrg@chromium.org authored
BUG=http://crbug.com/19408 TEST=Create a bookmark. Create 2 bookmark folders both with the same name, "foo". Go to your bookmarked page. Click STAR to get bookmark bubble. Change parent folder to the 1st "foo". Confirm it's there on the bar. Click STAR to get bookmark bubble. Change parent folder to the 2nd "foo". Confirm it's there on the bar. Click STAR to get bookmark bubble. Chose "choose another folder" to be sure that logic still works. Review URL: http://codereview.chromium.org/340042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30762 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/348045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30761 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Avoid a CHECK when the modal_loop_pump_messages_event handle comes in as NULL to the renderer. This happens with some "virus scanners". BUG=25583 Review URL: http://codereview.chromium.org/348046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30760 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@google.com authored
native client build (and in the toolchain, which is where the #ifdef stuff comes from). Review URL: http://codereview.chromium.org/342079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30759 0039d316-1c4b-4281-b951-d872f2087c98
-
erikkay@chromium.org authored
BUG=26502 TEST=none Review URL: http://codereview.chromium.org/345043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30758 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
BUG=26386 TEST=Try to print from the Page menu on the Mac; the Print item should be enabled. Review URL: http://codereview.chromium.org/341071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30757 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/354012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30756 0039d316-1c4b-4281-b951-d872f2087c98
-
tc@google.com authored
This gives us one less file to load on startup. This does mean that some tests need to explicitly include theme_resources.rc. BUG=24035 Review URL: http://codereview.chromium.org/348033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30755 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
(Related to http://codereview.chromium.org/348025) BUG=25097 TEST=RenderWidgetHostTest.ResizeThenCrash Review URL: http://codereview.chromium.org/353008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30753 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=25354 Review URL: http://codereview.chromium.org/348037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30751 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Some more test_expectations cleanup. Trying to document some flakiness from the past 50 runs or so. BUG=9798,13907,22014,24182,26195 TEST=none TBR=hclam Review URL: http://codereview.chromium.org/340068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30750 0039d316-1c4b-4281-b951-d872f2087c98
-
craig.schlenter@chromium.org authored
Needed since r732 of gyp. TEST=Shared build on linux finds libs now without needing to manually adjust LD_LIBRARY_PATH. Review URL: http://codereview.chromium.org/340060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30749 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
If the last pair of headers match the entry that we have we allow the server response to update the entry. BUG=23222 TEST=unittests Review URL: http://codereview.chromium.org/345019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30748 0039d316-1c4b-4281-b951-d872f2087c98
-
dumi@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/334039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30747 0039d316-1c4b-4281-b951-d872f2087c98
-
craig.schlenter@chromium.org authored
Error was: third_party/libjingle/files/talk/base/asynctcpsocket.cc:172: error: ‘strerror’ is not a member of ‘std’ Filed upstream: http://code.google.com/p/libjingle/issues/detail?id=54 TEST=builds with gcc 4.4 now Review URL: http://codereview.chromium.org/341067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30746 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Fix a problem in the implementation of search-vs.-go-in-context-menus. We were eliding the text before passing it to the classifier, resulting in wrong destination URLs for elided strings. This also eliminates a couple string conversions and shortens the EscapeAmpersand() algorithm. BUG=1978 TEST=Highlight a long string in a page. Right-click it. Verify the string is elided in the context menu. Click the search entry. Verify the string you searched for is not elided. Review URL: http://codereview.chromium.org/343081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30745 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=25822 TEST=none Review URL: http://codereview.chromium.org/343067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30744 0039d316-1c4b-4281-b951-d872f2087c98
-
thomasvl@chromium.org authored
See http://codereview.chromium.org/340045 for the original code. This includes a newer version of GTM that solves the problem with nib loading on 10.6. TEST=http://codereview.chromium.org/340045 BUG=none Review URL: http://codereview.chromium.org/343082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30743 0039d316-1c4b-4281-b951-d872f2087c98
-
slightlyoff@chromium.org authored
BUG=26506 TEST=None Review URL: http://codereview.chromium.org/343085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30742 0039d316-1c4b-4281-b951-d872f2087c98
-