| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove built-in network stack from libxml | cpu@google.com | 2009-04-10 | 3 | -6/+6 |
* | Make linux link buttons pretty. | estade@chromium.org | 2009-04-10 | 3 | -12/+64 |
* | Remove histogram connection to base classes in stats_counter | jar@chromium.org | 2009-04-10 | 8 | -14/+17 |
* | Use favicons in the bookmark bar under GTK. | erg@google.com | 2009-04-10 | 2 | -11/+34 |
* | Removing --enable-video and instead relying on having DLLs present. | scherkus@chromium.org | 2009-04-10 | 7 | -12/+2 |
* | Fix missing virtual GetModel(). | shess@chromium.org | 2009-04-10 | 2 | -0/+7 |
* | Forgot to register AtExitManager due to TimeTicks::HighResNow() singleton. | scherkus@chromium.org | 2009-04-10 | 1 | -0/+3 |
* | Fix build bustage - make sure GTK Autocomplete edit/popup implement the GetMo... | ben@chromium.org | 2009-04-10 | 3 | -4/+7 |
* | Allow a different omnibox popup to be enabled via the command line (--enable-... | ben@chromium.org | 2009-04-10 | 15 | -16/+202 |
* | Make OSX TestShell able to run workers, using a new test_worker.dylib which i... | dimich@google.com | 2009-04-10 | 6 | -17/+73 |
* | Give the filter setup more context so it can figure out whether it's download... | thestig@chromium.org | 2009-04-10 | 8 | -9/+90 |
* | Disk cache: Finish the current experiment. | rvargas@google.com | 2009-04-10 | 3 | -52/+24 |
* | Initial implemention of Mac Omnibox. | shess@chromium.org | 2009-04-10 | 12 | -42/+967 |
* | Fix various problems with work area change notifications so that we now (hope... | pkasting@chromium.org | 2009-04-10 | 2 | -46/+115 |
* | Fix PCH-related build break | pkasting@chromium.org | 2009-04-10 | 1 | -0/+2 |
* | Fix various problems with the window_sizer code. | pkasting@chromium.org | 2009-04-10 | 3 | -128/+124 |
* | Fix a typo (LOAD_ENABLE_FILE) in a comment added in r11661. | wtc@chromium.org | 2009-04-10 | 1 | -1/+2 |
* | New baselines for tests modified in merge 42324:42364. These were similarly | pam@chromium.org | 2009-04-10 | 9 | -41/+40 |
* | Remove auto commit from TestTabContents. This is the thing preventing me from | brettw@chromium.org | 2009-04-10 | 5 | -39/+41 |
* | GTK: implement link info bars (first cut). | estade@chromium.org | 2009-04-10 | 2 | -16/+61 |
* | Factor out MakeLinkButton into its own class. | estade@chromium.org | 2009-04-10 | 5 | -60/+115 |
* | Fix a minor spelling typo. | ericroman@google.com | 2009-04-10 | 1 | -1/+1 |
* | Remove unneeded ASSERT -- this code path is valid and should not be ASSERTing. | dglazkov@google.com | 2009-04-10 | 1 | -1/+0 |
* | Take two converting to scoped pointers, without ui_test failures. | pinkerton@chromium.org | 2009-04-10 | 4 | -28/+32 |
* | New baselines for new tests with the 42324:42364 merge. | pam@chromium.org | 2009-04-10 | 4 | -0/+48 |
* | Make sure one cannot cut or copy from a password | jcampan@chromium.org | 2009-04-10 | 4 | -4/+134 |
* | Re-baseline XFrameOptions tests. | pam@chromium.org | 2009-04-10 | 7 | -0/+76 |
* | Fill in NOTIMPLEMENTEDs in BookmarkBarGtk. Can now reorder bookmarks. | erg@google.com | 2009-04-10 | 2 | -51/+198 |
* | Remove fixed crash from known list. | huanr@chromium.org | 2009-04-10 | 1 | -6/+0 |
* | Fix gcc warnings when -Wall got re-enabled for Linux. | willchan@chromium.org | 2009-04-10 | 4 | -13/+12 |
* | The dialog delegate for the in-progress download warning was deleted twice. I... | jcampan@chromium.org | 2009-04-10 | 1 | -5/+3 |
* | Forgot to update DEPS. | finnur@chromium.org | 2009-04-10 | 1 | -1/+1 |
* | backing out r13504 due to ui_test issues | pinkerton@chromium.org | 2009-04-10 | 2 | -24/+25 |
* | Add a boolean data member reading_body_from_socket_ to help | wtc@chromium.org | 2009-04-10 | 3 | -3/+90 |
* | Let WebKit draw the active highlight for FindInPage, | finnur@chromium.org | 2009-04-10 | 2 | -12/+31 |
* | Implement the signature verification API. | wtc@chromium.org | 2009-04-10 | 8 | -0/+876 |
* | Add #9975 to known crash list. | huanr@chromium.org | 2009-04-10 | 1 | -0/+3 |
* | Fix dtor ordering, browser must destruct last. | pinkerton@chromium.org | 2009-04-10 | 1 | -1/+1 |
* | Adds LayoutTests/svg/text/text-tselect-02-f.svg to list of failures | sky@chromium.org | 2009-04-10 | 1 | -2/+2 |
* | Force c++ dtors to get called in objc interfaces (it was always on since gcc4... | pinkerton@chromium.org | 2009-04-10 | 3 | -25/+25 |
* | Adds some ifdefs so that test_shell can be compiled on linux | sky@chromium.org | 2009-04-10 | 20 | -36/+83 |
* | DevTools. Add V8 Application Remote Debugging Protocol support by apavlov. Or... | pfeldman@chromium.org | 2009-04-10 | 22 | -10/+2042 |
* | DevTools: Use v8 utility context in debugger agent. | pfeldman@chromium.org | 2009-04-10 | 1 | -7/+43 |
* | DevTools: Migrate CSS functionality to javascript. | pfeldman@chromium.org | 2009-04-10 | 9 | -354/+287 |
* | Serializing styles in JSON. Previous implementation (serializing as cssText) ... | serya@google.com | 2009-04-10 | 4 | -56/+133 |
* | DEPS roll for latest icu38. | sgk@google.com | 2009-04-10 | 1 | -1/+1 |
* | Flesh out more extensions tab api (added getTab, removeTab, updateTab) | rafaelw@chromium.org | 2009-04-10 | 8 | -8/+1449 |
* | Update expectations for new tests brought in with WebKit merge 42324:42364. | pam@chromium.org | 2009-04-10 | 1 | -0/+13 |
* | Chrome side of the WebKit popup changes. | paulg@google.com | 2009-04-10 | 11 | -90/+92 |
* | Fix LayoutTests/fast/xmlhttprequest/xmlhttprequest-get.xhtml | ericroman@google.com | 2009-04-10 | 3 | -1/+0 |