| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to fix dist crashes or at least make them crash with more understanda... | ben@chromium.org | 2008-10-31 | 1 | -2/+5 |
* | Fix RTL issues in the About box (bug 3756). | finnur@google.com | 2008-10-31 | 5 | -100/+170 |
* | Relanding of r4221, initial proxy support for the Mac | avi@google.com | 2008-10-31 | 9 | -24/+441 |
* | Adding preferences and clear browsing data for form autofill. | jcampan@chromium.org | 2008-10-31 | 12 | -17/+105 |
* | Fix transparency for ImageBuffers we make. This behavior is consistent with | brettw@google.com | 2008-10-31 | 1 | -0/+5 |
* | Fixes the issue when right clicking on a text in a scrolled text area results... | sidchat@google.com | 2008-10-31 | 1 | -10/+5 |
* | Display "No suggestions found" for misspelled words with no suggestions. | sidchat@google.com | 2008-10-31 | 1 | -0/+5 |
* | Mac changes for r4070 et seq. Make jsbindings, webcore, port, and glue share | mark@chromium.org | 2008-10-31 | 7 | -421/+35 |
* | fix build | kuchhal@chromium.org | 2008-10-31 | 1 | -2/+2 |
* | Remove an hack to enable the parent window. It seems to cause crashes in the ... | maruel@chromium.org | 2008-10-31 | 1 | -2/+0 |
* | Consolidate same constant defined in three different places. No change in chr... | kuchhal@chromium.org | 2008-10-31 | 5 | -43/+53 |
* | Should check #if OS_WIN in the sqlite code, not #ifdef. | deanm@chromium.org | 2008-10-31 | 2 | -4/+4 |
* | The preloading code allocates a ton of memory, loads everything in, goes thro... | deanm@chromium.org | 2008-10-31 | 2 | -4/+46 |
* | Fix a crash when painting is disabled. We would be passed NULL and it wasn't ... | brettw@google.com | 2008-10-31 | 1 | -1/+1 |
* | NO CODE CHANGE. Just force a build to see how badly broken is the tree. | maruel@chromium.org | 2008-10-31 | 1 | -4/+3 |
* | SCons config changes from webkit merge: | sgk@google.com | 2008-10-31 | 3 | -11/+7 |
* | Fix build bustage. This only showed up in clobber builds for some reason. | darin@chromium.org | 2008-10-31 | 1 | -8/+0 |
* | Try to fix the linux build again. | brettw@google.com | 2008-10-31 | 1 | -2/+1 |
* | Re-add ifdefs for mac & linux builds in the graphics files. | brettw@google.com | 2008-10-31 | 1 | -0/+6 |
* | Sync the SConscript to my last port changes (removal of some graphics files). | brettw@google.com | 2008-10-31 | 1 | -4/+0 |
* | Add missing file from my last checkin moving Skia painting objects around. | brettw@google.com | 2008-10-31 | 1 | -1/+0 |
* | Make ImageBuffer creation and handling conform to proper WebKit form rather t... | brettw@google.com | 2008-10-31 | 17 | -1325/+1104 |
* | Fix the JSC build. | darin@chromium.org | 2008-10-31 | 10 | -63/+213 |
* | Adds the ability for ObserverList to not notify observers added during | sky@google.com | 2008-10-31 | 3 | -5/+68 |
* | Split the NONNODE_WRAPPER_TYPES into two parts | mbelshe@google.com | 2008-10-31 | 1 | -3/+9 |
* | AbsolutePath should probably also work on non-Windows platforms. | evanm@google.com | 2008-10-31 | 1 | -1/+1 |
* | AbsolutePath should probably actually use its input somewhere. | evanm@google.com | 2008-10-31 | 1 | -1/+1 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=3769, which | ananta@chromium.org | 2008-10-31 | 6 | -637/+87 |
* | Fix a tiny error in WebCursor.set_hotspot() | dimich@google.com | 2008-10-31 | 1 | -1/+1 |
* | Fix delete key and other editor keyboard shortcuts on the Mac. | jeremy@chromium.org | 2008-10-31 | 1 | -4/+74 |
* | Make it so that you can refresh and see changes in Greasemonkey | aa@chromium.org | 2008-10-30 | 4 | -33/+55 |
* | Switch to using the message loop rather than gtk_main(). | agl@chromium.org | 2008-10-30 | 7 | -9/+916 |
* | Begin the first small step towards using FilePath everywhere: | evanm@google.com | 2008-10-30 | 18 | -312/+475 |
* | Adding section to parse the lcov data and post the new | ace@chromium.org | 2008-10-30 | 1 | -2/+179 |
* | Make clear browsing data dialog wider in finnish, so that the 'clearing..' te... | glen@chromium.org | 2008-10-30 | 1 | -1/+1 |
* | Include webkit licence changes, make page prettier with expando licence secti... | glen@chromium.org | 2008-10-30 | 1 | -31/+236 |
* | Fix for HTTP AUTH prompts allowing save-password infobars to be shown after a... | glen@chromium.org | 2008-10-30 | 3 | -7/+14 |
* | When acting as a drop target, the webview keeps a cache of | tc@google.com | 2008-10-30 | 2 | -7/+33 |
* | Adds an imported string that will be used when we handle importing of | sky@google.com | 2008-10-30 | 1 | -1/+4 |
* | Implement a TODO (purge expired cookies in GetAllCookies()) and some small st... | pkasting@chromium.org | 2008-10-30 | 2 | -85/+111 |
* | Roll DEPS to pull in dominantScript UMR fix. | ojan@google.com | 2008-10-30 | 1 | -1/+1 |
* | Tests were failing because mini_installer.exe was not found. Added logic to g... | anantha@chromium.org | 2008-10-30 | 2 | -13/+27 |
* | Fix dupe in test list. | ojan@google.com | 2008-10-30 | 1 | -2/+1 |
* | And another one. I actually think this one was flaky before the | ojan@google.com | 2008-10-30 | 1 | -0/+1 |
* | What's more fun than updating test lists?!? | ojan@google.com | 2008-10-30 | 1 | -2/+26 |
* | Try again to match test list to the tree. | ojan@google.com | 2008-10-30 | 1 | -12/+13 |
* | Add new tests' missing results. | dglazkov@google.com | 2008-10-30 | 14 | -0/+360 |
* | Update test lists to match the state of the tree. There may | ojan@google.com | 2008-10-30 | 1 | -94/+6 |
* | Disable some failing UI tests for now. | pkasting@chromium.org | 2008-10-30 | 1 | -2/+2 |
* | Linux fixes for the WebKit merge. | evanm@google.com | 2008-10-30 | 5 | -4/+9 |