summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* 6 more passing layout tests.ericroman@google.com2008-10-111-6/+0
| | | | | | | | These svg tests were fixed by r3266 (the canvas fix), since SVG is also a consumer of ImageBuffer::image(). Review URL: http://codereview.chromium.org/7252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3267 0039d316-1c4b-4281-b951-d872f2087c98
* Fix problem with how Image is created for ImageBuffer, that was causing some ↵ericroman@google.com2008-10-117-73/+91
| | | | | | | | | | canvas layout tests to fail. The problem is that serializing to a BMP and then deserializing is a lossy sequence -- for example if the BMP was fully transparent BMPImageReader has a hack to re-write it as fully opaque (this transformation is what caused canvas-resize-reset.html to be full black). Review URL: http://codereview.chromium.org/7057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3266 0039d316-1c4b-4281-b951-d872f2087c98
* enable v8bindings warningstc@google.com2008-10-116-30/+21
| | | | | | | | | Make warnings fatal in V8Bindings. Review URL: http://codereview.chromium.org/7044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3263 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes http://code.google.com/p/chromium/issues/detail?id=2846, which is ↵ananta@chromium.org2008-10-103-6/+29
| | | | | | | | | | | | | an issue with bloomberg.com not detecting the windows media player plugin. The site reads the list of plugins off the Navigator object and runs through the list of plugins comparing each with the desired plugin name (Windows Media). This fails in Chrome as the Activex shim is registered by default as the handler for media player, with the name as activex-shim. The fix is to split up the Activex shim registration into two, one handling the application/x-oleobject|application/oleobject mime types, and the other handling the windows media player types. R=jam Bug=2846 Review URL: http://codereview.chromium.org/7234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3262 0039d316-1c4b-4281-b951-d872f2087c98
* Fix error when manually running http_server on Windows.mmoss@google.com2008-10-101-5/+4
| | | | | | | | | | | | This bug was shaken out by Mac changes in r3095. $ third_party/python_24/python webkit/tools/layout_tests/layout_package/http_server.py --server start <snip> ImportError: No module named layout_package.path_utils Review URL: http://codereview.chromium.org/7095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3257 0039d316-1c4b-4281-b951-d872f2087c98
* Implement layoutTestController.setPopupBlockingEnabled. Thistc@google.com2008-10-103-5/+17
| | | | | | | gives us one more passing test. Review URL: http://codereview.chromium.org/7241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3251 0039d316-1c4b-4281-b951-d872f2087c98
* Add $JAVASCRIPTCORE_DIR/wtf to CPPPATH for the Windows build.sgk@google.com2008-10-101-1/+2
| | | | | | | Fix the path to ThreadingWin.cpp (duplicated wtf/ subdir). Review URL: http://codereview.chromium.org/7096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3245 0039d316-1c4b-4281-b951-d872f2087c98
* Add V8WebKitCSSKey{frame,fames}Rule.cpp to V8Bindings.lib.sgk@google.com2008-10-101-263/+271
| | | | | | | Sort the list to make it easier to find missing things... Review URL: http://codereview.chromium.org/7088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3244 0039d316-1c4b-4281-b951-d872f2087c98
* Implement CaptureImage on the Macamanda@chromium.org2008-10-101-1/+17
| | | | | | Review URL: http://codereview.chromium.org/7237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3233 0039d316-1c4b-4281-b951-d872f2087c98
* Add a support to NPN_PostUrl[Notify] using filesjoshia@google.com2008-10-101-34/+82
| | | | | | | | | | | | | | | | | | | | | Post data to be uploaded from a file. This can be handled in two ways. 1. Read entire file and send the contents as if it was a post data specified in the argument 2. Send just the file details and read them in the browser at the time of sending the request. Approach 2 is more efficient but complicated. Approach 1 has a major drawback of sending potentially large data over two IPC hops. In a way 'large data over IPC' problem exists as it is in case of plugin giving the data directly instead of in a file. Currently we are going with the approach 1 to get the feature working. We can optimize this later with approach 2. BUG=629 Review URL: http://codereview.chromium.org/6548 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3226 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling back tree breakagedglazkov@google.com2008-10-105-44/+25
| | | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/7086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3224 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests for Windows XP buildbots without MS Office installed (and ↵jungshik@google.com2008-10-1058-121/+93
| | | | | | | | | | | | | | without Arial Unicode MS). These baselines should be good even on machines with Arial Unicode MS installed because http://codereview.chromium.org/6495 (r3062) changed the font search order. BUG=2304 TEST=pass layout tests Review URL: http://codereview.chromium.org/7036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3223 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork additional webkit files to keep mac build in sync with windows and linuxamanda@chromium.org2008-10-101-33/+35
| | | | | | Review URL: http://codereview.chromium.org/7082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3221 0039d316-1c4b-4281-b951-d872f2087c98
* Remove --nohttp, --nosvg, --save-failures and the code for them.tc@google.com2008-10-101-23/+5
| | | | | | | | Also remove --num-test-shells, but don't actually remove the code for it yet. Review URL: http://codereview.chromium.org/6397 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3220 0039d316-1c4b-4281-b951-d872f2087c98
* Implement cross-platform ExceptionContext (2/2)dglazkov@google.com2008-10-105-25/+44
| | | | | | | | First part #6400 committed as r3216. Review URL: http://codereview.chromium.org/7081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3219 0039d316-1c4b-4281-b951-d872f2087c98
* Add stacking_order_iterator.cc to the SCons build.sgk@google.com2008-10-101-0/+1
| | | | | | Review URL: http://codereview.chromium.org/7083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3218 0039d316-1c4b-4281-b951-d872f2087c98
* Catch up SCons build with more unforking.sgk@google.com2008-10-101-18/+7
| | | | | | Review URL: http://codereview.chromium.org/7080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3215 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork Clipboard.idl and implement the remaining custom methods.ager@google.com2008-10-103-49/+93
| | | | | | Review URL: http://codereview.chromium.org/7227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3213 0039d316-1c4b-4281-b951-d872f2087c98
* Change Location::setHash to match JSC version.darin@chromium.org2008-10-102-2/+2
| | | | | | | | R=ager Review URL: http://codereview.chromium.org/7221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3206 0039d316-1c4b-4281-b951-d872f2087c98
* libxml DerivedSourcestc@google.com2008-10-101-1/+1
| | | | | | | | | | put libxml's config.h and xmlversion.h in Hammer/third_party/libxml/DerivedSources instead of scons. Review URL: http://codereview.chromium.org/7040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3204 0039d316-1c4b-4281-b951-d872f2087c98
* This change seems dumb, but it works.pkasting@chromium.org2008-10-101-1/+1
| | | | | | | | | | | | | Apparently, WebCore/html and the DerivedSources both include an HTMLElementFactory.h -- each of which prototype the same functions, but with different signatures >:(. The reason this doesn't seem to be a problem upstream is that their include paths pull in WebCore/html before they pull in the DerivedSources. In our case, these include paths come from two separate .vsprops. The .vsprops seem to be considered last-first, so if we include foo.vsprops and bar.vsprops, the resulting merged include path is "bar/;foo/". So I just swap the .vsprops that contains DerivedSources with the one that contains WebCore/html. There may be a better fix. From the actual list of headers in the upstream projects, it's not clear HTMLElementFactory.h is even still supposed to _be_ autogenerated. If it isn't, and it just hasn't been noticed due to this include path issue, then perhaps we should do a local+upstream patch to stop it from being generated at all. However, I haven't yet been able to figure out why this file gets generated :(. Comments welcome. Review URL: http://codereview.chromium.org/7045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3167 0039d316-1c4b-4281-b951-d872f2087c98
* Some initial fixes for ScriptController errors. There's stillojan@google.com2008-10-101-41/+27
| | | | | | | | a ton, but I'd like to have all my changes checked in should V8 folk want to help overnight. Review URL: http://codereview.chromium.org/7048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3166 0039d316-1c4b-4281-b951-d872f2087c98
* Change JSC build to use ScriptControllerKJS.cpp. ojan@google.com2008-10-102-2/+4
| | | | | | | | | | | | | | | | I'm not a huge fan of this, but it's what's in the tree now and we should either get that working or change our uses of ScriptController to restrict to the public API of ScriptController.h. Also fixes one compile error in the header. I'm hoping we can ask the V8 team to help out fixing ScriptController issues since they understand this code better. Review URL: http://codereview.chromium.org/7203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3164 0039d316-1c4b-4281-b951-d872f2087c98
* Make more code compile.erg@google.com2008-10-103-9/+2
| | | | | | | Review URL: http://codereview.chromium.org/7042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3162 0039d316-1c4b-4281-b951-d872f2087c98
* Get more of glue/ compiling.erg@google.com2008-10-102-23/+21
| | | | | | | Review URL: http://codereview.chromium.org/7043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3161 0039d316-1c4b-4281-b951-d872f2087c98
* Hack around macro conflict problems in KURL.h.pkasting@chromium.org2008-10-101-0/+5
| | | | | | Review URL: http://codereview.chromium.org/7041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3159 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break. TBR=paulgjam@chromium.org2008-10-091-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3153 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakjam@chromium.org2008-10-092-0/+5
| | | | | | TBR=paulg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3151 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused variable (warnings are errors)erg@google.com2008-10-092-2/+1
| | | | | | | | Review URL: http://codereview.chromium.org/6214 Patch from icefox. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3149 0039d316-1c4b-4281-b951-d872f2087c98
* Implement ScrollView::inWindow by plumbing through RenderWidget::is_hidden ↵jam@chromium.org2008-10-097-3/+26
| | | | | | | | | | to improve performance when a tab is in the background. BUG=2525 Review URL: http://codereview.chromium.org/6503 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3147 0039d316-1c4b-4281-b951-d872f2087c98
* Add stub constructors to compile on Linux and remove warning for switch ↵erg@google.com2008-10-092-2/+9
| | | | | | | | | | cases not handled in the code Review URL: http://codereview.chromium.org/6426 Patch from icefox. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3146 0039d316-1c4b-4281-b951-d872f2087c98
* Some small linux build cleanups:tc@google.com2008-10-094-22/+8
| | | | | | | | | | | - Move WTF_USE_ICU_UNICODE from config.h.in to our SConscript file - Fix the include path for libxml/xmlversion.h (use the file copied into Hammer rather than the one from the linux subdir) - Make precompiled_v8bindings.cpp be conditionally added, rather than conditionally removed. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3142 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork DerivedSources.make, part 2.pkasting@chromium.org2008-10-093-661/+3
| | | | | | Review URL: http://codereview.chromium.org/7033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3141 0039d316-1c4b-4281-b951-d872f2087c98
* set the exception ports so that we don't put up crash dialogs when running ↵pinkerton@google.com2008-10-091-1/+12
| | | | | | | | in layout tests mode Review URL: http://codereview.chromium.org/6396 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3140 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build (Icefox's patch used WebKit ifdefs instead of Chromium ones).erg@google.com2008-10-091-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/7034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3139 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build (Icefox's patch used WebKit ifdefs instead of Chromium ones).erg@google.com2008-10-092-5/+5
| | | | | | | Review URL: http://codereview.chromium.org/7034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3138 0039d316-1c4b-4281-b951-d872f2087c98
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-0916-36/+504
| | | | | | | | | | | | | | | Implement "iframe shim" behavior for windowed plugins. In FF and IE on windows, iframes are implemented as native HWNDs. This has the side effect that iframes display on top of windowed plugins. This side effect has long been known as a workaround for allowing HTML elements to appear above plugin content. BUG=1788 Review URL: http://codereview.chromium.org/7032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3137 0039d316-1c4b-4281-b951-d872f2087c98
* Update list of API headers to copy to match what WebKit trunk seems to be ↵pkasting@chromium.org2008-10-092-24/+13
| | | | | | | | doing. I couldn't actually find the canonical list in any of the upstream build files (I must be overlooking it) so I used the set of headers that my trunk webkit build copied over. Review URL: http://codereview.chromium.org/7026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3136 0039d316-1c4b-4281-b951-d872f2087c98
* Accomodate recent unforks in the Linux (SCons) build.sgk@google.com2008-10-093-63/+22
| | | | | | Review URL: http://codereview.chromium.org/7031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3133 0039d316-1c4b-4281-b951-d872f2087c98
* Wrap Windows functions with ifdef so they are only compiled on windowserg@google.com2008-10-093-5/+10
| | | | | | | | Review URL: http://codereview.chromium.org/6213 Patch from icefox. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3132 0039d316-1c4b-4281-b951-d872f2087c98
* Keep the order of variables the sameerg@google.com2008-10-091-15/+14
| | | | | | | | Review URL: http://codereview.chromium.org/6219 Patch from icefox. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3128 0039d316-1c4b-4281-b951-d872f2087c98
* implement a watchdog timeout for the layout testspinkerton@google.com2008-10-091-2/+69
| | | | | | Review URL: http://codereview.chromium.org/6393 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3125 0039d316-1c4b-4281-b951-d872f2087c98
* Look for Adobe Acrobat as well.jam@chromium.org2008-10-091-4/+8
| | | | | | | | BUG=1583 Review URL: http://codereview.chromium.org/6293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3124 0039d316-1c4b-4281-b951-d872f2087c98
* Fix videos stopping playing. Only send an invalidate to the renderer if ↵jam@chromium.org2008-10-091-0/+1
| | | | | | | | | it's within the clipping region, otherwise we'll wait forever for a did paint message that doesn't come. BUG=115 Review URL: http://codereview.chromium.org/6257 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3123 0039d316-1c4b-4281-b951-d872f2087c98
* Remove this file that the vcprojs don't seem to reference.pkasting@chromium.org2008-10-091-223/+0
| | | | | | Review URL: http://codereview.chromium.org/7028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3122 0039d316-1c4b-4281-b951-d872f2087c98
* YAGUB (2/2): Roll DEPS and update vcproj filesdglazkov@google.com2008-10-093-36/+36
| | | | | | | | This is part two of #6389. We intentionally don't delete the files in pending to let Linux and Mac builds adjust their files. Last to deref the pending files will delete them. It's human-driven ref-counting for files! Review URL: http://codereview.chromium.org/7023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3120 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 2 at landing this patch. It broke the Mac/linux builds. Fix for now isananta@chromium.org2008-10-091-1/+24
| | | | | | | | | | | | | | | | | | | | | | to add the offending code in np_v8object.cpp in a ifdef OS_WIN This fixes http://code.google.com/p/chromium/issues/detail?id=2472, which is an issue with popups displayed by the flash plugin in response to a user click, getting blocked. The plugin invokes NPN_Evaluate to execute the javascript. It also invokes the NPN_PushPopupEnabledState/NPN_PopupEnabledState API's to set the popup enabled stack for the duration of the call. The fix is to add the plumbing in NPN_Evaluate to pass in a flag indicating whether popups are allowed for the duration of the call. Bug=2472 R=jam Review URL: http://codereview.chromium.org/6379 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3119 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge hits the SCons build, the sequel:sgk@google.com2008-10-0911-292/+596
| | | | | | | | | | | | | | | | | * Un-revert r3063 (basic file list updates). * Un-revert r3079 (os-win32 subdirectory). * Add icu.lib to the npapi_test_plugin.dll link. * Add libpng.lib to the port.lib link. * Updates for recently un-forked files. * Incorporate Linux fixes from phajdan.jr (many thanks): * Add libxml/linux/include to relevant CPPPATH lists. * Use -Wno-error to suppress warnings-as-errors. * Re-order lines in ExceptionContext. * Remove unused WebCore::SharedBuffer declaration in SkiaUtils.h. * Spelling fix: V8CSSSTyleDeclaration.h => V8CSSStyleDeclaration.h Review URL: http://codereview.chromium.org/7024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3118 0039d316-1c4b-4281-b951-d872f2087c98
* Linux build fix: wchar_t is different on different platforms, use the char16 ↵erg@google.com2008-10-093-5/+5
| | | | | | | | | | that is defined and is the same on windows and unix Review URL: http://codereview.chromium.org/6425 Patch from icefox. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3116 0039d316-1c4b-4281-b951-d872f2087c98
* KJS::Lock constructor now takes a bool. Fix 1 build error!ojan@google.com2008-10-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3111 0039d316-1c4b-4281-b951-d872f2087c98