summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OCD fixing of style for the initializer list of ExtensionView.brettw@chromium.org2009-03-311-3/+6
| | | | | | Review URL: http://codereview.chromium.org/56113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12901 0039d316-1c4b-4281-b951-d872f2087c98
* Update non-browser windows to handle maximized mode layout changes. This ↵pkasting@chromium.org2009-03-311-8/+8
| | | | | | | | | should have been part of my changes in r11355, I overlooked it. BUG=8372 Review URL: http://codereview.chromium.org/56121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12900 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline the mouseup-from-button2 test for the Mac. The platform behavior ↵avi@google.com2009-03-312-5/+2
| | | | | | | | | | on the Mac is context menu on mouse down, so this is correct. (For comparison, see the WebKit baseline at http://trac.webkit.org/browser/trunk/LayoutTests/fast/events/mouseup-from-button2-expected.txt which doesn't appear to see contextual menu events.) http://crbug.com/9454 Review URL: http://codereview.chromium.org/57070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12899 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ninebox rendering.estade@chromium.org2009-03-311-23/+15
| | | | | | | | | | | - Correct some wrong x/y coords. - Get rid of FillWidget. We can't paint the widget with a debugging color because some of our images are partially translucent, so the debug color will shine through. TEST=CustomContainerButton hover-over should now appear properly. Download items in the shelf should appear properly. Review URL: http://codereview.chromium.org/56091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12898 0039d316-1c4b-4281-b951-d872f2087c98
* Don't create an empty folder when saving complete html pages with no extra ↵estade@chromium.org2009-03-311-3/+3
| | | | | | | | | | resources to save. patch by Paul Robinson <http://codereview.chromium.org/57030> Review URL: http://codereview.chromium.org/56089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12897 0039d316-1c4b-4281-b951-d872f2087c98
* Record new tab button presses.glen@chromium.org2009-03-311-1/+3
| | | | | | Review URL: http://codereview.chromium.org/56049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12896 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations post-merge.jeremy@chromium.org2009-03-311-6/+8
| | | | | | Review URL: http://codereview.chromium.org/56124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12895 0039d316-1c4b-4281-b951-d872f2087c98
* Linx build fix.agl@chromium.org2009-03-311-0/+26
| | | | | | | Adding the world to another target; this time startup_tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12894 0039d316-1c4b-4281-b951-d872f2087c98
* Linux build fix.agl@chromium.org2009-03-311-0/+27
| | | | | | | Hopefully this is the last of them: fixing ui_tests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12893 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed Mac link problems with ipc_tests ui_tests startup_testsjrg@chromium.org2009-03-311-5/+13
| | | | | | Review URL: http://codereview.chromium.org/56119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12892 0039d316-1c4b-4281-b951-d872f2087c98
* Linux build fix.agl@chromium.org2009-03-311-0/+26
| | | | | | | | This is terrible. We need to get the build going, but adding all these libs is really bad :( git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12891 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: test_expectations from the WebKit mergeagl@chromium.org2009-03-311-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12890 0039d316-1c4b-4281-b951-d872f2087c98
* Linux build fixagl@chromium.org2009-03-311-0/+15
| | | | | | | | | | Since render messages now needs the WebKit API, ipc_tests needs most of the rest of the world. TBR=darin git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12889 0039d316-1c4b-4281-b951-d872f2087c98
* More test expectations changes from the merge fallout.agl@chromium.org2009-03-311-1/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12888 0039d316-1c4b-4281-b951-d872f2087c98
* Update known crash list for windowdragresponsetaskhuanr@chromium.org2009-03-311-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12887 0039d316-1c4b-4281-b951-d872f2087c98
* Update known crash listhuanr@chromium.org2009-03-311-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12886 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations for WebKit Merge 42116:42132playmobil@google.com2009-03-311-0/+19
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12885 0039d316-1c4b-4281-b951-d872f2087c98
* Fix unit test failures caused by bad ParamTraits for WebString.darin@chromium.org2009-03-311-4/+4
| | | | | | | | TBR=agl Review URL: http://codereview.chromium.org/57067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12884 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of WebKit merge 42116:42132playmobil@google.com2009-03-312-3/+3
| | | | | | Review URL: http://codereview.chromium.org/56116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12883 0039d316-1c4b-4281-b951-d872f2087c98
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-3128-183/+270
| | | | | | | | | | | | | | | | | | This change introduces some helper functions in glue_util.cc for efficient conversion between WebString and WebCore::String when inside the implementation of webkit/glue. This is a temporary change since eventually all code in glue that uses WebCore will be moved into the WebKit API implementation. Instead of making the Chrome automation use WebFindInPageRequest, I decided to introduce AutomationMsg_Find_Params as a copy of the old FindInPageRequest structure. That preserves the IPC protocol and avoids making the automation library depend on WebKit. R=dglazkov Review URL: http://codereview.chromium.org/57060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12881 0039d316-1c4b-4281-b951-d872f2087c98
* Convert the gtk tab rendering code to use ChromeCanvas instead of directly ↵jhawkins@chromium.org2009-03-314-159/+102
| | | | | | | | drawing with gdk. Review URL: http://codereview.chromium.org/57063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12880 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.1.4.1 which contains a fix for a code generatorager@chromium.org2009-03-311-1/+1
| | | | | | | | | crash bug. TBR=kmillikin@chromium.org Review URL: http://codereview.chromium.org/56115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12879 0039d316-1c4b-4281-b951-d872f2087c98
* Greening the webkit builders after the merge landed.agl@chromium.org2009-03-311-2/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12877 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-3120-179/+653
| | | | | | | this code originally uncovered has been fixed in a separate changelist. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12876 0039d316-1c4b-4281-b951-d872f2087c98
* Delete downloads after updating observers.paulg@google.com2009-03-311-3/+7
| | | | | | | | | | | | | | | | | | The download page adds itself as an observer to in-progress and unconfirmed dangerous downloads, and removes itself when the download manager indicates its state has changed. This caused a crash when the downloads were deleted during a "clear browsing data" operation, since the delete happened before the download page was notified of a download manager state change. The download page then attempted to remove itself from a deleted item. BUG=9444 (http://crbug.com/9444) Review URL: http://codereview.chromium.org/56096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12874 0039d316-1c4b-4281-b951-d872f2087c98
* Skia: bring us closer to upstream.agl@chromium.org2009-03-314-28/+76
| | | | | | | | | | | I want to bring us closer to upstream Skia. This patch consists of hunks pulled from code.google.com/p/skia. I'll also be pushing changes the other way. Review URL: http://codereview.chromium.org/57018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12873 0039d316-1c4b-4281-b951-d872f2087c98
* Update known crash list.huanr@chromium.org2009-03-311-4/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12872 0039d316-1c4b-4281-b951-d872f2087c98
* Ensures that writes are at least one byte, matching the libevent version. As ↵avi@google.com2009-03-311-0/+1
| | | | | | | | discussed in http://codereview.chromium.org/55014 . Review URL: http://codereview.chromium.org/56090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12871 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "..."agl@chromium.org2009-03-314-78/+29
| | | | | | | This reverts commit r12868. I used the wrong commit and messed up the message. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12870 0039d316-1c4b-4281-b951-d872f2087c98
* Set completed_handshake_ to true after the entire Connectwtc@chromium.org2009-03-311-1/+6
| | | | | | | | | | sequence is done, otherwise IsConnected may return true prematurely (while in the STATE_VERIFY_CERT state). R=markus Review URL: http://codereview.chromium.org/56098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12869 0039d316-1c4b-4281-b951-d872f2087c98
* ...agl@chromium.org2009-03-314-29/+78
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12868 0039d316-1c4b-4281-b951-d872f2087c98
* Update our webframe_impl to use loadURLIntoChildFrame().playmobil@google.com2009-03-311-31/+4
| | | | | | Review URL: http://codereview.chromium.org/57061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12867 0039d316-1c4b-4281-b951-d872f2087c98
* Read the default gtk font from GtkSettings instead of getting the font from ↵jhawkins@chromium.org2009-03-311-6/+18
| | | | | | | | a temporary widget. Review URL: http://codereview.chromium.org/56083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12866 0039d316-1c4b-4281-b951-d872f2087c98
* Fixup lint errors :(playmobil@google.com2009-03-311-4/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12865 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests_fixable post-merge.playmobil@google.com2009-03-311-8/+14
| | | | | | Review URL: http://codereview.chromium.org/57059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12864 0039d316-1c4b-4281-b951-d872f2087c98
* M reliability/known_crashes.txthuanr@chromium.org2009-03-311-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12862 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of WebKit merge 42026:42115playmobil@google.com2009-03-3110-8/+74
| | | | | | Review URL: http://codereview.chromium.org/57033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12861 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify code in PrintSettings. Removes support for settings marginssverrir@chromium.org2009-03-316-103/+36
| | | | | | | | | | etc in metric units but I will add again if required. This is to prepare adding user defined print settings. Also fixes some typos in printing code. Review URL: http://codereview.chromium.org/56077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12856 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Allow to add breakpoints using Scripts panel.yurys@google.com2009-03-313-35/+353
| | | | | | | 2. Support step in/step out/step over/resume actions in Scripts panel. Review URL: http://codereview.chromium.org/56108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12855 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r12849 (conversion of "Hammer" names to "Debug").sgk@google.com2009-03-317-11/+20
| | | | | | Review URL: http://codereview.chromium.org/57051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12854 0039d316-1c4b-4281-b951-d872f2087c98
* Replace "Hammer" references with "Debug" as appropriate.sgk@google.com2009-03-317-20/+11
| | | | | | Review URL: http://codereview.chromium.org/53118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12849 0039d316-1c4b-4281-b951-d872f2087c98
* Disable 'd8' on Linux until we get readline everywhere.sgk@google.com2009-03-311-7/+10
| | | | | | Review URL: http://codereview.chromium.org/57046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12847 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll for latest gyp fix (use original quoted args with sh -c).sgk@google.com2009-03-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/57045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12846 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the long-line-length workaround only for webcore.sgk@google.com2009-03-312-1/+2
| | | | | | Review URL: http://codereview.chromium.org/56099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12844 0039d316-1c4b-4281-b951-d872f2087c98
* Bump revision in DEPS for gyp fixes.sgk@google.com2009-03-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/57042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12843 0039d316-1c4b-4281-b951-d872f2087c98
* Make the "id" key for extension manifests optional inaa@chromium.org2009-03-3110-60/+88
| | | | | | | | | | | | | | --load-extension mode. This makes this mode more convenient, and should lead to less copy-and-paste of extension IDs. Also, remove the "format_version" key. This is basically duplicated in the code that checks the version number of the crx file format. And if we ever really need a format version for the manifest, we can always add it later. Review URL: http://codereview.chromium.org/56044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12837 0039d316-1c4b-4281-b951-d872f2087c98
* Mechanic change based on comment from previous code review.huanr@chromium.org2009-03-318-57/+56
| | | | | | | | | Rename RunCommand to RunCommandAsync and RunCommandSync to RunCommand. Review URL: http://codereview.chromium.org/57039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12836 0039d316-1c4b-4281-b951-d872f2087c98
* Make app installation work when --user-data-dir is specified.brettw@chromium.org2009-03-311-1/+1
| | | | | | | BUG=9546 Review URL: http://codereview.chromium.org/58004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12835 0039d316-1c4b-4281-b951-d872f2087c98
* Defer dispatchEvent-crash.html as FAIL for Linux.jianli@chromium.org2009-03-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/56097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12832 0039d316-1c4b-4281-b951-d872f2087c98
* FFmpegDemuxer now uses a thread to handle demuxing.scherkus@chromium.org2009-03-314-43/+84
| | | | | | | | | | Since FFmpegDemuxer no longer uses the pipeline thread to demuxer, I had to add a WaitableEvent to TestReader to make sure the read completed (or not!). Downside is that the test for when a read is never completed now waits 500ms before timing out. Oh well :( Review URL: http://codereview.chromium.org/55047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12831 0039d316-1c4b-4281-b951-d872f2087c98