| Commit message (Expand) | Author | Age | Files | Lines |
* | Continue eliminating direct NPN_ function calls that go from Chromium code to... | jorlow@chromium.org | 2009-07-30 | 2 | -2/+90 |
* | List individual storage related layout tests rather than excluding them all. ... | jorlow@chromium.org | 2009-07-30 | 2 | -4/+43 |
* | Fix a DCHECK we hit when a mime type isn't ASCII. | evan@chromium.org | 2009-07-30 | 1 | -6/+18 |
* | Make Linux versioninfo its own lib so it can be linked in only where needed. | mmoss@chromium.org | 2009-07-29 | 1 | -0/+1 |
* | Remove duplicate expectations. | stuartmorgan@chromium.org | 2009-07-29 | 1 | -4/+2 |
* | Add expectations for new plugin crashes on the Mac | stuartmorgan@chromium.org | 2009-07-29 | 1 | -1/+5 |
* | Fix build bustage due to r21999 | hclam@chromium.org | 2009-07-29 | 1 | -1/+1 |
* | BufferedDataSource to support server without range request support | hclam@chromium.org | 2009-07-29 | 10 | -169/+386 |
* | linux: also look in ~/.mozilla/plugins for plugins | evan@chromium.org | 2009-07-29 | 1 | -1/+7 |
* | Update the Mac plugin dummy window code for the new coordinate system. | stuartmorgan@google.com | 2009-07-29 | 2 | -122/+210 |
* | Update webkit from 46531 to 46536 to help get the canary bot | darin@chromium.org | 2009-07-29 | 1 | -1/+1 |
* | Retry requests that has timed out in BufferedDataSource | hclam@google.com | 2009-07-29 | 3 | -1/+134 |
* | Add bug numbers to expectations from my merge Monday. | pkasting@chromium.org | 2009-07-29 | 1 | -2/+2 |
* | Rebaseline LayoutTests/editing/execCommand/outdent-selection.html due to the | japhet@chromium.org | 2009-07-29 | 7 | -21/+83 |
* | This CL fixes issue 17468: Regression: Directionality marks should not be ins... | xji@chromium.org | 2009-07-29 | 2 | -15/+13 |
* | Add transitions/cancel-transitions.html | ukai@chromium.org | 2009-07-29 | 1 | -0/+1 |
* | WebKit Update 46507:46531 | ukai@chromium.org | 2009-07-29 | 1 | -0/+7 |
* | Update Chromium side of WebKit r46507. | pkasting@chromium.org | 2009-07-29 | 2 | -4/+7 |
* | linux: unload plugin libraries after extracting mime types | evan@chromium.org | 2009-07-29 | 1 | -0/+2 |
* | Make webkit\glue\cpp_*.cc not depend on "config.h" | jorlow@chromium.org | 2009-07-29 | 5 | -61/+127 |
* | Add bug links for layout test failures. | darin@chromium.org | 2009-07-29 | 1 | -11/+10 |
* | Add support for attribute spellcheck="true"/"false" in <input>. | sidchat@google.com | 2009-07-28 | 1 | -0/+2 |
* | linux plugins: assume UTF-8 for plugin name/description | evan@chromium.org | 2009-07-28 | 1 | -2/+5 |
* | Remove unreferenced .rules files. | sgk@google.com | 2009-07-28 | 3 | -65/+0 |
* | Mark LayoutTests/tables/mozilla/bugs/bug28341.html as PASS FAIL for windows d... | ajwong@chromium.org | 2009-07-28 | 1 | -1/+1 |
* | Small test_shell fixes for 64-bit. | deanm@chromium.org | 2009-07-28 | 2 | -2/+3 |
* | Fix for spell check underlines disappearing when user clicks out of the Text ... | sidchat@google.com | 2009-07-28 | 1 | -2/+8 |
* | Fix a FORWARD_NULL defect reported by Coverity. We should | wtc@chromium.org | 2009-07-28 | 1 | -0/+1 |
* | Revert "Pipeline will execute a callback whenever an run-time error has happe... | scherkus@chromium.org | 2009-07-28 | 2 | -52/+0 |
* | Pipeline will execute a callback whenever an run-time error has happened. | kylep@chromium.org | 2009-07-28 | 2 | -0/+52 |
* | Remove *.vsprops files that are no longer referenced (or only have | sgk@google.com | 2009-07-28 | 26 | -350/+0 |
* | Enable layout tests: worker-constructor.html and worker-script-error.html. | jianli@chromium.org | 2009-07-28 | 6 | -33/+31 |
* | One more try, this time with feeling. | pinkerton@chromium.org | 2009-07-28 | 1 | -1/+2 |
* | fix duplicate expecations, again | pinkerton@chromium.org | 2009-07-28 | 1 | -1/+1 |
* | Fix duplicate expectations. | pinkerton@chromium.org | 2009-07-28 | 1 | -4/+1 |
* | Add a flaky mac-only timeout that seems to have appeared in the last day or two. | pinkerton@chromium.org | 2009-07-28 | 1 | -0/+3 |
* | DevTools: remove console API stub (works fine with new WebKit). | pfeldman@chromium.org | 2009-07-28 | 1 | -9/+0 |
* | Roll to WebKit 46490. DevTools: Migrate to the new ScriptObject API. | pinkerton@chromium.org | 2009-07-28 | 1 | -2/+5 |
* | Fix more Win-only expectations from http://trac.webkit.org/changeset/46447 | pinkerton@chromium.org | 2009-07-28 | 1 | -4/+0 |
* | Adds a new unit tests for layout tests formatting script. | gwilson@google.com | 2009-07-28 | 3 | -17/+254 |
* | Now that http://trac.webkit.org/changeset/46447 is back in the tree, remove t... | pinkerton@chromium.org | 2009-07-28 | 1 | -108/+1 |
* | Roll to webKit 46471 with updated test failures. | pinkerton@chromium.org | 2009-07-28 | 1 | -0/+7 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 1 | -1/+0 |
* | DevTools: show constructor name for eval result. | yurys@google.com | 2009-07-28 | 3 | -3/+5 |
* | DevTools: Stub console addInspectedNode call in new console API. | pfeldman@chromium.org | 2009-07-28 | 1 | -0/+14 |
* | After their initial failure, these two tests have passed consistently on Wind... | pkasting@chromium.org | 2009-07-28 | 1 | -2/+0 |
* | More updates to try and match the builder. | pkasting@chromium.org | 2009-07-28 | 1 | -61/+61 |
* | Replace parameterless frame retrieval with explicit one. | dglazkov@chromium.org | 2009-07-27 | 1 | -1/+1 |
* | More test changes to try and remove duplicate expectations. | pkasting@chromium.org | 2009-07-27 | 1 | -7/+5 |
* | Trying to get the layout test bots green. | pkasting@chromium.org | 2009-07-27 | 1 | -62/+67 |