summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean up database files. Some changes are due to Google style guide ↵pkasting@chromium.org2009-10-246-214/+158
| | | | | | | | | | violations, some to be consistent with prevailing team style, some merely in hopes of increasing readability. BUG=none TEST=none Review URL: http://codereview.chromium.org/330007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29985 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations with more flakiness from the dayojan@chromium.org2009-10-241-10/+29
| | | | | | | | and one more regression that looks like it's from the recent merge. Hard to tell though. Review URL: http://codereview.chromium.org/332020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29984 0039d316-1c4b-4281-b951-d872f2087c98
* Update the paused time when seeking while paused.scherkus@chromium.org2009-10-241-1/+15
| | | | | | | | | | | | Fixes regression caused by r29851. BUG=13907 TEST=video-seeking.html should start passing reliably Review URL: http://codereview.chromium.org/332017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29983 0039d316-1c4b-4281-b951-d872f2087c98
* Add a regression test for the PluginChannel::CleanUp. My earlier ↵jam@chromium.org2009-10-244-1/+92
| | | | | | | | | | | speculative fix was correct. I tracked this down to my earlier change to not leak NPObjects on channel shutdown (which now happens a lot more often because of sudden termination for tab close). Since we now call an NPObject's deallocate function, it's possible that it leads to an NPObjectProxy being deleted, in which case we would delete an object in the listener's array while we're looping across it. BUG=25439 Review URL: http://codereview.chromium.org/332013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29982 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug in calculating which expecations apply for a given test.ojan@chromium.org2009-10-241-7/+10
| | | | | | | | | | | | This would fail in the following case: LINUX : foo/bar = TIMEOUT foo/bar/baz.html = FAIL On linux, it would think the expecations are to timeout. Review URL: http://codereview.chromium.org/334011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29981 0039d316-1c4b-4281-b951-d872f2087c98
* Instructing V8 to disable the binding for the window.openDatabase()dumi@chromium.org2009-10-242-0/+5
| | | | | | | | | | | | function. BUG=none TEST=none Review URL: http://codereview.chromium.org/295053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29980 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: remove some now-dead code and add a comment.viettrungluu@chromium.org2009-10-243-41/+7
| | | | | | | | | | | I slightly jumped the gun on committing CL 328010, and this patch does some things requested in a review. BUG=23825 TEST=none Review URL: http://codereview.chromium.org/326024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29979 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Compute infobubble target rects correctly.derat@chromium.org2009-10-245-10/+29
| | | | | | | | | | | | | | I misunderstood how allocations work in the original version and wasn't handling the case where there are intermediate GdkWindows between the target widget and its toplevel window correctly. TEST=first-run, bookmark, and browser action bubbles get opened in the correct places under xmonad, metacity, and ion3 BUG=23373 Review URL: http://codereview.chromium.org/326017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29978 0039d316-1c4b-4281-b951-d872f2087c98
* Remove pageAction setXXXBadge functions.rafaelw@chromium.org2009-10-244-614/+10
| | | | | | | | | | This only removes the binding to the functions, not their implementation, as we may want to bring back badges for pageActions if we can make them look good. BUG=25552 Review URL: http://codereview.chromium.org/329001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29977 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize WebContextMenuData::mediaFlags.scherkus@chromium.org2009-10-241-0/+1
| | | | | | | | | | | | Before we were having completely random results right-clicking media elements. Fun, but not user friendly. BUG=25358 TEST=right click on media elements -- observe consistent/expected behaviour Review URL: http://codereview.chromium.org/332018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29976 0039d316-1c4b-4281-b951-d872f2087c98
* Mark some tests as crashing on Debug Linux. They've crashed fortony@chromium.org2009-10-241-1/+4
| | | | | | | | | | 2 cycles, so it doesn't look flaky. TBR=ojan Review URL: http://codereview.chromium.org/326025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29975 0039d316-1c4b-4281-b951-d872f2087c98
* Fix beach demo strafe.gman@google.com2009-10-241-1/+1
| | | | | | Review URL: http://codereview.chromium.org/328019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29974 0039d316-1c4b-4281-b951-d872f2087c98
* Check in real images for the stubs.tony@chromium.org2009-10-232-0/+0
| | | | | | | | TBR=ojan Review URL: http://codereview.chromium.org/330009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29972 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromeos build break due to out-of-order member initialization.estade@chromium.org2009-10-231-1/+1
| | | | | | | | TBR=ojan Review URL: http://codereview.chromium.org/337008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29971 0039d316-1c4b-4281-b951-d872f2087c98
* Add a known crash to the reliability bot.brettw@chromium.org2009-10-231-0/+3
| | | | | | | BUG=25689 Review URL: http://codereview.chromium.org/334014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29970 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 29961.glen@chromium.org2009-10-235-30/+11
| | | | | | Review URL: http://codereview.chromium.org/328016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29969 0039d316-1c4b-4281-b951-d872f2087c98
* Um, do the disable right. TBR.ojan@chromium.org2009-10-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/328015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29968 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit from r49992:49997.tony@chromium.org2009-10-232-1/+7
| | | | | | | | | | | Just a couple new media tests (video-volume-slider is skipped on upstream platforms too). TBR=dglazkov Review URL: http://codereview.chromium.org/335017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29967 0039d316-1c4b-4281-b951-d872f2087c98
* Disable test failing since r29947. ojan@chromium.org2009-10-231-1/+2
| | | | | | | TBR=tony@chromium.org Review URL: http://codereview.chromium.org/338006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29966 0039d316-1c4b-4281-b951-d872f2087c98
* Add the Extensinos menu item to GTK.estade@chromium.org2009-10-234-7/+13
| | | | | | | | | | Also change windows so that it always shows the Extensions menu item, but greys it out if it's disabled. BUG=25424 Review URL: http://codereview.chromium.org/316017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29964 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Fix startup UMR.estade@chromium.org2009-10-231-0/+1
| | | | | | | | | | | | | The bookmark bar calls IsFullScreen() during startup, which queries state_. I checked to see if relying on a dummy value would get us into trouble with some crazy corner case where we are in the wrong floating state---it doesn't appear to. BUG=none TEST=none Review URL: http://codereview.chromium.org/328014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29963 0039d316-1c4b-4281-b951-d872f2087c98
* continued attempts to work around python 2.4's popen() flakiness. Trapdpranke@google.com2009-10-231-1/+2
| | | | | | | | | | | | another error coming back and ignore it. TEST=none R=ojan@chromium.org BUG=none Review URL: http://codereview.chromium.org/326018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29962 0039d316-1c4b-4281-b951-d872f2087c98
* Build sync by default on all platforms. This also turns off sync on both ↵zork@chromium.org2009-10-235-11/+30
| | | | | | | | | | | Linux and Mac, so that even though the code is compiled, it won't run. BUG=none TEST=none Review URL: http://codereview.chromium.org/314016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29961 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing more media layout test expectations.scherkus@chromium.org2009-10-234-13/+122
| | | | | | | | | | | BUG=13907 TEST=tree stays green TBR=hclam Review URL: http://codereview.chromium.org/329014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29960 0039d316-1c4b-4281-b951-d872f2087c98
* Adding the WebDatabase class, and the WebDatabaseObserver abstractdumi@chromium.org2009-10-236-0/+292
| | | | | | | | | | | | class. Also, adding the databaseIdentifier() method to WebSecurityOrigin. BUG=none TEST=none Review URL: http://codereview.chromium.org/295033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29959 0039d316-1c4b-4281-b951-d872f2087c98
* Remove svg-as-background-6.html from test expectations.victorw@chromium.org2009-10-231-1/+0
| | | | | | | | | | | | | | Baseline was updated upstream (http://trac.webkit.org/changeset/49991) and rolled into chromium. TBR=dglazkov TEST=none BUG=24964 Review URL: http://codereview.chromium.org/334012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29958 0039d316-1c4b-4281-b951-d872f2087c98
* Switch from plugin to browser process only when all windows close (Mac)stuartmorgan@chromium.org2009-10-231-5/+20
| | | | | | | | | | | Whenever a plugin-opened window is closed, check for other visible windows and only reactive the browser process if there aren't any. BUG=23566 TEST=Press command-shift-G on a plugin-opened open dialog, then dismiss the sheet. The open dialog should stay visible and active. Review URL: http://codereview.chromium.org/328013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29957 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify the copying of data in HttpStreamParservandebo@chromium.org2009-10-231-17/+25
| | | | | | | | | | | Add a CHECK BUG=25554 TEST=none Review URL: http://codereview.chromium.org/327005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29956 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline msking-intro-01-f.svg due to upstream change: ↵victorw@chromium.org2009-10-233-2/+1
| | | | | | | | | | | | http://trac.webkit.org/changeset/49757 TBR=dglazkov TEST=none BUG=24964 Review URL: http://codereview.chromium.org/326019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29955 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: don't import Safari's home page setting.viettrungluu@chromium.org2009-10-231-2/+2
| | | | | | | | | | | Apparently it often leads to a useless home page. I kept the ImportHomepage() method in case we ever change our minds. BUG=25603 TEST=Set the home page in Safari to something interesting; run Chromium with --first-run to bring up import dialog; select Safari and continue; make sure home page isn't imported. Review URL: http://codereview.chromium.org/328010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29954 0039d316-1c4b-4281-b951-d872f2087c98
* Log the argument (NSS config directory) that we pass towtc@chromium.org2009-10-231-3/+5
| | | | | | | | | | | NSS_InitReadWrite if it fails. R=senorblanco BUG=18772 TEST=none Review URL: http://codereview.chromium.org/335001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29953 0039d316-1c4b-4281-b951-d872f2087c98
* donehclam@chromium.org2009-10-231-15/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29952 0039d316-1c4b-4281-b951-d872f2087c98
* Update media layout test expectations.scherkus@chromium.org2009-10-231-4/+1
| | | | | | | | | | | BUG=13907 TEST=bots stay green TBR=hclam Review URL: http://codereview.chromium.org/326021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29951 0039d316-1c4b-4281-b951-d872f2087c98
* Make it so that clicking the "Get Themes" link in the options dialog box ↵ben@chromium.org2009-10-231-3/+5
| | | | | | | | | | | activates the browser window that the themes gallery is opened in. http://crbug.com/24866 TEST=see bug Review URL: http://codereview.chromium.org/308013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29949 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline media-load-event.html for all platforms.scherkus@chromium.org2009-10-234-25/+42
| | | | | | | | | | | BUG=13907 TEST=should start passing TBR=hclam Review URL: http://codereview.chromium.org/328011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29948 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge from 49961:49992tony@chromium.org2009-10-236-2/+25
| | | | | | | | | | Added some blank expectation files and update some failing tests. TBR=jorlow Review URL: http://codereview.chromium.org/337007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29947 0039d316-1c4b-4281-b951-d872f2087c98
* This test got flaky on linux debug with the 49958:49961 webkit merge.ojan@chromium.org2009-10-231-0/+3
| | | | | | | TBR=johnnyg@chromium.org Review URL: http://codereview.chromium.org/329011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29946 0039d316-1c4b-4281-b951-d872f2087c98
* Add functions to purge the Web Database memory and get the service without ↵pkasting@chromium.org2009-10-236-13/+73
| | | | | | | | | | creating it, for the memory purger. BUG=23400 TEST=none Review URL: http://codereview.chromium.org/326014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29945 0039d316-1c4b-4281-b951-d872f2087c98
* New baseline for layout test fast\inline\dirtyLinesForInline.htmlvictorw@chromium.org2009-10-234-1/+33
| | | | | | | | | | | | | The webkit patch (http://trac.webkit.org/changeset/49619) adds focus outline for anchor node, add baseline the chromium. TBR=dglazkov TEST=none BUG=24963 Review URL: http://codereview.chromium.org/338004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29944 0039d316-1c4b-4281-b951-d872f2087c98
* Get the About panel to align its links correctly,davemoore@chromium.org2009-10-235-18/+15
| | | | | | | | but undo a previous change to the way we measure strings in pango. Review URL: http://codereview.chromium.org/338001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29943 0039d316-1c4b-4281-b951-d872f2087c98
* fix typo on mac ignore so it matches correctly.thomasvl@chromium.org2009-10-230-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29942 0039d316-1c4b-4281-b951-d872f2087c98
* Move SearchableFormData over to the WebKit API.pkasting@chromium.org2009-10-238-319/+343
| | | | | | | | BUG=24621 TEST=none Review URL: http://codereview.chromium.org/306057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29941 0039d316-1c4b-4281-b951-d872f2087c98
* - "homepage" -> "home page" in two stringsthomasvl@chromium.org2009-10-231-7/+16
| | | | | | | | | | | | - Fork the show home button string since mac uses it with different context. - Updated text on the toolbar control buttons for the mac prefs window. TEST=text is changed, see bugs BUG=25667 BUG=25668 Review URL: http://codereview.chromium.org/330006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29940 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a header that I added since jhawkins simultaneously changed the file ↵pkasting@chromium.org2009-10-231-1/+0
| | | | | | | | | | to not need it. BUG=none TEST=none Review URL: http://codereview.chromium.org/330005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29939 0039d316-1c4b-4281-b951-d872f2087c98
* Switching to a plugin icon as the favicon for the extensions page.finnur@chromium.org2009-10-233-2/+1
| | | | | | | | | | TBR=arv BUG=25509 TEST=Open the extensions page and it should have a plugin as it's favicon. Review URL: http://codereview.chromium.org/329012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29935 0039d316-1c4b-4281-b951-d872f2087c98
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-2341-169/+195
| | | | | | | | | | | makes the naming of string_escape more clear (it's actually JSON-specific). Move the files into the base namespace. TEST=none BUG=none Review URL: http://codereview.chromium.org/316016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29934 0039d316-1c4b-4281-b951-d872f2087c98
* Submitting on behalf of jschuh@cevans@chromium.org2009-10-231-3/+3
| | | | | | | | | | | | | | | | | See http://codereview.chromium.org/307020 Changed active URL handling in RenderView::OnMessageReceived and RenderView::OnNavigate. Now we call SetActiveURL directly so that we don't unset the URL when falling out of scope. We can try this in the render process on dev channel for a few weeks. If we're happy with the results, we do the same thing on the plugin process. TBR=cpu BUG=22033 TEST=Trigger a crash in the render process and see if the dump includes the URL Review URL: http://codereview.chromium.org/328008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29933 0039d316-1c4b-4281-b951-d872f2087c98
* Create a PasswordAutocompleteListener interface to de-couple WebViewdarin@chromium.org2009-10-2311-93/+136
| | | | | | | | | | | | from the password form fill data structures and related classes. R=yaar BUG=none TEST=none Review URL: http://codereview.chromium.org/332005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29932 0039d316-1c4b-4281-b951-d872f2087c98
* Change gpybuild to use o3d_all if o3d-internal existsgman@google.com2009-10-231-3/+61
| | | | | | | | | and o3d if it does not. Also updates solutions if they don't match the current version of visual studio. Review URL: http://codereview.chromium.org/303011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29931 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up "remaining changes" to sync client. Remove "latest timestamp".chron@chromium.org2009-10-2312-44/+43
| | | | | | | | TEST=manually tested BUG=19993 Review URL: http://codereview.chromium.org/295052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29930 0039d316-1c4b-4281-b951-d872f2087c98