| Commit message (Expand) | Author | Age | Files | Lines |
* | Add expat, a lightweight xml parser, to third_party. | nick@chromium.org | 2009-09-14 | 31 | -0/+15962 |
* | Use gtk_window_set_skip_taskbar_hint on info bubble popups so they don't show... | mattm@chromium.org | 2009-09-14 | 1 | -0/+1 |
* | Fix up the unittest to now expect the image within the bundle. | thomasvl@chromium.org | 2009-09-14 | 1 | -4/+4 |
* | Fix bug where content scripts can get GC'd if they don't | aa@chromium.org | 2009-09-14 | 3 | -7/+34 |
* | The focus is not restored properly when a Windows modal dialog | jcampan@chromium.org | 2009-09-14 | 3 | -43/+22 |
* | Make int64 -> Time conversion explicit. | phajdan.jr@chromium.org | 2009-09-14 | 3 | -9/+10 |
* | Lands http://codereview.chromium.org/201102 for Oshima: | sky@chromium.org | 2009-09-14 | 2 | -0/+4 |
* | GTK: Don't show extension shelf when it's empty. | estade@chromium.org | 2009-09-14 | 2 | -18/+2 |
* | Try to fix the Linux Views build. | pkasting@chromium.org | 2009-09-14 | 1 | -1/+1 |
* | linux: enable plugins by default | evan@chromium.org | 2009-09-14 | 3 | -11/+0 |
* | About box in one locale (ja) needs additional whitespace to avoid truncation. | finnur@chromium.org | 2009-09-14 | 1 | -1/+1 |
* | Changing a NOTREACHED() to a DLOG as StopAsync can be called before a view ha... | tommi@chromium.org | 2009-09-14 | 1 | -1/+3 |
* | Made some style fixes in the remaining code under chrom/browser/sync and unde... | idana@chromium.org | 2009-09-14 | 109 | -892/+892 |
* | Add keyboard shortcuts to reorder tabs left or right on Linux. | tony@chromium.org | 2009-09-14 | 6 | -0/+43 |
* | Add "New Window" and "New Incognito Window" items to the Dock Menu. | sgk@google.com | 2009-09-14 | 3 | -1/+53 |
* | Linux: remove check that the renderer knows its PID. | agl@chromium.org | 2009-09-14 | 1 | -9/+13 |
* | Some initial cleanup of InfoBubble: | pkasting@chromium.org | 2009-09-14 | 3 | -110/+60 |
* | Remove code doing a no-op due to float -> int rounding. | phajdan.jr@chromium.org | 2009-09-14 | 12 | -42/+59 |
* | Fix a crasher in full text search (sqlite) | cpu@chromium.org | 2009-09-14 | 1 | -2/+5 |
* | Lands http://codereview.chromium.org/200102 for Oshima: | sky@chromium.org | 2009-09-14 | 7 | -27/+166 |
* | Attempt 2 at converting font from Skia to Pango. The slow down appears to be ... | sky@chromium.org | 2009-09-14 | 9 | -306/+264 |
* | Move sync wizard dimension constants to locale_settings GRD. | tim@chromium.org | 2009-09-14 | 51 | -6/+116 |
* | Use localized strings for Find and Spelling submenus. | pinkerton@chromium.org | 2009-09-14 | 2 | -350/+741 |
* | Landing tfarina patch. See http://codereview.chromium.org/195040/show | jcampan@chromium.org | 2009-09-14 | 2 | -22/+23 |
* | Remove cross-frame-callable from test_expectations. The test has passed for d... | victorw@chromium.org | 2009-09-14 | 1 | -3/+0 |
* | Rebaseline js layout tests that depend on the output strings. | victorw@chromium.org | 2009-09-14 | 15 | -662/+409 |
* | Update WebKit to r48354 | darin@chromium.org | 2009-09-14 | 2 | -1/+8 |
* | Fix some mixed content layout tests. | darin@chromium.org | 2009-09-14 | 8 | -3/+44 |
* | Implements LocationBarView::AvailableWidth for Gtk. | sky@chromium.org | 2009-09-14 | 3 | -2/+22 |
* | Update the sadtab and throbbers to use the helpers for fetching strings/image... | thomasvl@chromium.org | 2009-09-14 | 3 | -14/+16 |
* | Fix crash when closing tab with an open http auth sheet. | thakis@chromium.org | 2009-09-14 | 1 | -5/+10 |
* | Fix printing project on linux. | maruel@chromium.org | 2009-09-14 | 8 | -67/+72 |
* | Use jstemplates in merge and sync setup page. | tim@chromium.org | 2009-09-14 | 2 | -14/+38 |
* | Remove the test runner line I had in there by accident. | thomasvl@chromium.org | 2009-09-14 | 1 | -1/+0 |
* | Remove test that has passed for the last 35 runs from the test | ager@chromium.org | 2009-09-14 | 1 | -3/+0 |
* | Update to latest GYP (r651). | sgk@chromium.org | 2009-09-14 | 1 | -1/+1 |
* | TBR:nsylvain | mmoss@chromium.org | 2009-09-14 | 1 | -1/+0 |
* | Reapply r25885 after master restart | mmoss@chromium.org | 2009-09-14 | 1 | -23/+41 |
* | Send Breakpad and debugger status to the metrics service on the Mac. | mark@chromium.org | 2009-09-14 | 6 | -41/+77 |
* | Implement functions to return the primary display dimensions and the number | mark@chromium.org | 2009-09-14 | 1 | -0/+49 |
* | Extension Doc Changes (no building or testable changes) - Build on Mac, find ... | rafaelw@chromium.org | 2009-09-13 | 1 | -15/+19 |
* | For the purposes of the "system color space," use the main display's color | mark@chromium.org | 2009-09-13 | 1 | -9/+13 |
* | Warm up the generic CMYK profile before building a sandbox. | mark@chromium.org | 2009-09-13 | 1 | -15/+17 |
* | posix: NOTIMPLEMENTED in --pack-extension | evan@chromium.org | 2009-09-13 | 1 | -0/+2 |
* | remove unneeded purify errors | erikkay@chromium.org | 2009-09-13 | 3 | -10/+0 |
* | handle "Purify" build dir in addition to "Release" and "Debug" | erikkay@chromium.org | 2009-09-12 | 1 | -21/+60 |
* | Support the View Page Info option in the ExternalTabContainer, which would al... | ananta@chromium.org | 2009-09-12 | 2 | -1/+15 |
* | DevTools: be ready for WebKit r48314. | mnaganov@chromium.org | 2009-09-12 | 1 | -1/+1 |
* | Change the purify tests to run with the default memory allocator | nsylvain@chromium.org | 2009-09-12 | 1 | -0/+4 |
* | Attempt to silence purify bots with tcmalloc. | mbelshe@google.com | 2009-09-12 | 2 | -0/+5 |