| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable alternate error pages on frames and iframes. This is | tc@google.com | 2008-09-29 | 1 | -3/+4 |
* | Roll the third_party/icu38 revision in DEPS to have SCons build libicu, | sgk@google.com | 2008-09-26 | 2 | -2/+2 |
* | Fix bug 455: Active match in Find is not selected and links are not focused a... | finnur@google.com | 2008-09-26 | 3 | -9/+62 |
* | Use open-vcdiff for sdch compression on the Mac | mark@chromium.org | 2008-09-26 | 1 | -15/+66 |
* | Speculative fix for http://b/issue?id=1377375 (crashing bug when opening a po... | ojan@google.com | 2008-09-26 | 1 | -1/+6 |
* | Repair the SCons test_shell build on Windows: | sgk@google.com | 2008-09-25 | 3 | -12/+12 |
* | Wow, it's been a while since we cleaned EOL. | maruel@google.com | 2008-09-25 | 4 | -457/+457 |
* | Add missing comma, which caused silent string-pasting of two | sgk@google.com | 2008-09-25 | 1 | -1/+1 |
* | Attempt to fix Mac build bustage | pkasting@chromium.org | 2008-09-24 | 1 | -1/+0 |
* | Add a command-line switch to change the user agent.BUG=757345 | pkasting@chromium.org | 2008-09-24 | 7 | -58/+77 |
* | Fix bindings generation to pass in POSIX-style / separators in paths. | sgk@google.com | 2008-09-24 | 1 | -5/+20 |
* | Update SCons build of WebKit on Windows: | sgk@google.com | 2008-09-24 | 2 | -7/+2 |
* | retain NSEvent explicitly instead of adopt, fixes over-releasing. Check event... | pinkerton@google.com | 2008-09-24 | 2 | -4/+10 |
* | Don't use WideToASCII because there is an IsStringASCII | wtc@google.com | 2008-09-24 | 1 | -1/+4 |
* | This CL adds new UI tests for the SSL UI. | jcampan@chromium.org | 2008-09-24 | 6 | -13/+40 |
* | Enforce Terminate on Heap Corruption in most of our executable on Windows XP ... | maruel@google.com | 2008-09-24 | 2 | -219/+222 |
* | Temporarily disable any use of Xlib in our code until we get the X development | evanm@google.com | 2008-09-24 | 1 | -0/+6 |
* | Don't require the ICU DLL on non-Windows platforms. | evanm@google.com | 2008-09-24 | 1 | -1/+2 |
* | my efforts of porting webkit/tools/npapi_layout_test_plugin to Linux | evanm@google.com | 2008-09-24 | 5 | -43/+96 |
* | This fixes the following bugs:- | iyengar@google.com | 2008-09-24 | 2 | -5/+18 |
* | port some parts of webkit/glue/plugins/test to Linux | evanm@google.com | 2008-09-24 | 8 | -77/+110 |
* | Fix the Mac TestShell following r2517 | mark@chromium.org | 2008-09-23 | 1 | -1/+2 |
* | Make the Mac TestShell finish launching without crashing by hooking up my | mark@chromium.org | 2008-09-23 | 1 | -3/+6 |
* | The ContextMenuCapturing.ContextMenuCapturing test from the test shell tests ... | jcampan@chromium.org | 2008-09-23 | 2 | -2/+4 |
* | Fix SCons build following r2490 | mark@chromium.org | 2008-09-23 | 1 | -11/+8 |
* | This CL enables the Page info menu when right-clicking on a page/frame. | jcampan@chromium.org | 2008-09-23 | 3 | -5/+18 |
* | Fixed mis-used inline keyword in v8_proxy.h file. Linux build is broken becau... | fqian@google.com | 2008-09-23 | 2 | -21/+15 |
* | Fix linux compile issue. Patch by Adam Treat <treat@kde.org>. | amanda@chromium.org | 2008-09-23 | 1 | -2/+2 |
* | turn on user agent code for mac | pinkerton@google.com | 2008-09-23 | 1 | -1/+1 |
* | Use static type information from IDL to streamline the wrapping and unwrappin... | fqian@google.com | 2008-09-23 | 10 | -380/+521 |
* | initialize the command line singleton | pinkerton@google.com | 2008-09-23 | 1 | -0/+1 |
* | Roll the icu38 revision in the DEPS file to change the name of | sgk@google.com | 2008-09-23 | 2 | -2/+2 |
* | Move Peerable to its own file and use single inheritance for | ager@google.com | 2008-09-23 | 4 | -16/+33 |
* | Re-land SDCH filter support experiment | jar@google.com | 2008-09-23 | 2 | -0/+18 |
* | Missed file in webkit | jam@chromium.org | 2008-09-22 | 1 | -3/+2 |
* | This fixes the following bugs:- | iyengar@google.com | 2008-09-20 | 1 | -3/+1 |
* | Make sure webkit/port and webkit/glue are in lower case because libGlue.a loo... | tc@google.com | 2008-09-19 | 2 | -3/+3 |
* | Add empty stub to get classname so ImageMac can use it. | pinkerton@google.com | 2008-09-19 | 2 | -2/+26 |
* | windows.h isn't needed, remove it | pinkerton@google.com | 2008-09-19 | 1 | -1/+0 |
* | add computePageRectsForFrame from FrameWin to resolve a link error. | pinkerton@google.com | 2008-09-19 | 1 | -0/+52 |
* | Reverting the fixes for the UI test single-process mode in the NPAPI | iyengar@google.com | 2008-09-19 | 2 | -19/+1 |
* | This fixes the NPAPI ui test failures in single-process mode.These tests fail... | iyengar@google.com | 2008-09-19 | 2 | -2/+19 |
* | This CB fixes the following issue1. http://code.google.com/p/chromium/issues/... | iyengar@google.com | 2008-09-19 | 21 | -168/+520 |
* | Fix whitespace back to before I screwed it up. | evanm@google.com | 2008-09-19 | 1 | -129/+129 |
* | Link TestShell against libevent, now required. Turn off objc-gc setting in | mark@chromium.org | 2008-09-18 | 1 | -13/+84 |
* | Bring X.509 cert handling (at least preliminarily) to the Mac. | avi@google.com | 2008-09-18 | 1 | -0/+4 |
* | Order of initialization should match declaration. Fixes gcc build break: | mmoss@google.com | 2008-09-17 | 1 | -3/+2 |
* | Add a new switch: --allow-scripts-to-close-windows. | patrick@chromium.org | 2008-09-17 | 10 | -2/+39 |
* | Put ResourceLoaderMac back in (for now). It provides an impl we need until we... | avi@google.com | 2008-09-17 | 1 | -0/+2 |
* | add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. B... | pinkerton@google.com | 2008-09-17 | 3 | -3/+17 |