summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Quick fix for image decoder.evanm@google.com2008-10-281-3/+1
* I missed this reference (broke mac build).ericroman@google.com2008-10-271-0/+1
* * Create baseline test results for new WebKit merge layout tests.mmoss@google.com2008-10-2713-4/+102
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-276-2/+13
* Port a few test_shell_tests. Now it runs 45 of them.evanm@google.com2008-10-2710-83/+78
* This fixes http://code.google.com/p/chromium/issues/detail?id=3769, which isananta@chromium.org2008-10-271-0/+653
* Add Mac codepath for FileChooser::basenameForWidth in FileChooserChromium.cppjeremy@chromium.org2008-10-274-0/+96
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-279-4/+19
* Fix path to the precompiled_webkit.cc file.sgk@google.com2008-10-271-1/+1
* Set all key event fields on mac, make sure we correctly handle keyDownpinkerton@google.com2008-10-272-5/+28
* Baseline 5 layout tests for chromium-windows:ericroman@google.com2008-10-2716-5/+282
* Rebase three other tests impacted by the "double stroking" fix.ericroman@google.com2008-10-267-8/+3
* Remove a secretive pre-launch warning from test_shell's startup page.ericroman@google.com2008-10-261-1/+0
* Review URL: http://codereview.chromium.org/8135petersont@google.com2008-10-252-0/+34
* Remove duplicate source file definitions in test_shell.sgk@google.com2008-10-251-13/+0
* Disable the yahoo application state plugin as it crashes the plugin processananta@chromium.org2008-10-251-0/+7
* Quick and dirty mask of layout tests, while I investigate the problem...ericroman@google.com2008-10-251-0/+5
* Fix at least the Linux build. Boo MSVC for not complaining about this.pkasting@chromium.org2008-10-241-1/+1
* More stubbing out. With this and the rest of Linux pending, test_shell links.agl@chromium.org2008-10-2412-3/+186
* Avoid double-stroking paths.ericroman@google.com2008-10-2430-77/+21
* First-party side of change to remove more link stubs.pkasting@chromium.org2008-10-243-11/+8
* Remove a reinterpret_cast that is not valid on the Macamanda@chromium.org2008-10-241-1/+6
* make urlbar scroll horizontally rather than wrap, like a real url barpinkerton@google.com2008-10-241-0/+2
* wrap windows-only assert in ifdefspinkerton@google.com2008-10-241-0/+2
* In the upstream bug, we realized that the only caller of this function has a CGmark@chromium.org2008-10-241-4/+2
* Hook up mouse events with the correct coordinates. Make sure they are view-lo...pinkerton@google.com2008-10-244-14/+14
* Added support for querying the NPNVSupportsWindowless value from NPN_GetValue.ananta@chromium.org2008-10-242-3/+18
* Make eventSender.keyDown() accept both arrays of strings and a single string toolehougaard@google.com2008-10-243-17/+23
* Removed test_entry, which became superfluous after type of entry was changed ...olehougaard@google.com2008-10-241-5/+2
* Actually adding the new scons toolkit (hammer) base tools to the builtbradnelson@google.com2008-10-242-24/+2
* We might use gtk functions, maybe Qt, maybe raw X11. Maybe we can re-use som...agl@chromium.org2008-10-242-1/+62
* Build PlatformScrollBarChromium on Linux since 8127 got committed.agl@chromium.org2008-10-241-1/+0
* Get CSSFontFaceSource and CachedFont building under Linuxagl@chromium.org2008-10-245-1/+19
* Prevent TestShell from crashing at launch: don't release garbage CGImageRefmark@chromium.org2008-10-241-0/+3
* Stub out image and icon methods we need to link. We'll want realmark@chromium.org2008-10-243-6/+130
* remove PLATFORM(MAC) because it makes no sense as it's not defined anymorepinkerton@google.com2008-10-241-12/+0
* Resolve undefined symbols with "mime" in their names resulting frommark@chromium.org2008-10-242-1/+17
* Build webcursor.cc. I don't know how we weren't building that file, especiallymark@chromium.org2008-10-241-0/+2
* Don't use some Mac-specific editor methods that now come in from Editor.cppmark@chromium.org2008-10-241-2/+8
* use WIN_OS, not WINpinkerton@google.com2008-10-241-2/+2
* Make this compile without PLATFORM(MAC), but with some things stubbed outpinkerton@google.com2008-10-241-16/+75
* stub out drawing and hit testing to compile/link on non-windows platformspinkerton@google.com2008-10-241-1/+45
* Stub out a constructor and method we don't need now, but which WebKit callsmark@chromium.org2008-10-241-0/+14
* Fix #if to go with #include change. Use webkit styletc@google.com2008-10-241-4/+4
* Now that we have the windows VK_* values defined, we can includetc@google.com2008-10-243-10/+5
* Set ENABLE_JAVASCRIPT_DEBUGGER=0 to fix breakage from r3853. This was alreadymark@chromium.org2008-10-231-2/+2
* Review URL: http://codereview.chromium.org/8125petersont@google.com2008-10-232-35/+17
* Fix scrolling when mouse wheel is set to scroll a page.joshia@google.com2008-10-231-7/+11
* Let cursors be based on CGImage instead of SkBitmap on the Macmark@chromium.org2008-10-234-35/+98
* A new struct AutofillForm for use as temporary data storage for communication...petersont@google.com2008-10-232-17/+35