| Commit message (Expand) | Author | Age | Files | Lines |
* | Some code had been removed from FirstRun::IsChromeFirstRun() so that it may r... | jcampan@chromium.org | 2009-07-08 | 8 | -15/+44 |
* | Wasn't able to browse to new files within panels | davemoore@chromium.org | 2009-07-08 | 1 | -8/+2 |
* | Add facitility for Global Keyboard shortcuts. | jeremy@chromium.org | 2009-07-08 | 7 | -0/+161 |
* | Removes ifdefs in browser_render_process_host.cc that prevented | pinkerton@chromium.org | 2009-07-08 | 1 | -7/+1 |
* | Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread. | shess@chromium.org | 2009-07-08 | 12 | -93/+138 |
* | Removing an unused variable from cookies_view.h | deanm@chromium.org | 2009-07-08 | 1 | -5/+4 |
* | Initial work on Linux tab to search. | deanm@chromium.org | 2009-07-08 | 3 | -4/+151 |
* | DevTools: remove extensions-related workaround from the docked devtools windo... | pfeldman@chromium.org | 2009-07-08 | 2 | -7/+14 |
* | DevTools: Align status bubble with the contents container, not docked devtool... | pfeldman@chromium.org | 2009-07-08 | 1 | -1/+2 |
* | DevTools: added test for setting breakpoit. | yurys@google.com | 2009-07-08 | 1 | -0/+5 |
* | Aha, I think this was racing because INSTALLED is actually fired | aa@chromium.org | 2009-07-08 | 1 | -7/+2 |
* | Speculative Crash fix: Return early if user cancels save dialog. | jeremy@chromium.org | 2009-07-08 | 1 | -13/+17 |
* | linux: port Jankometer | evan@chromium.org | 2009-07-08 | 2 | -24/+67 |
* | Fix memory leaks introduced and exposed by r20028. | mirandac@chromium.org | 2009-07-08 | 1 | -1/+6 |
* | Add some more logging. Still trying to figure out flakey test. | aa@chromium.org | 2009-07-08 | 1 | -3/+20 |
* | Make the cancelling of drag and drop match Safari for Windows. This is | arv@google.com | 2009-07-08 | 3 | -4/+18 |
* | Adds a way to set the boundaries of the browser window through | arv@google.com | 2009-07-08 | 2 | -0/+14 |
* | Build fix: string/wstring mismatch on Linux. | agl@chromium.org | 2009-07-08 | 1 | -1/+1 |
* | Linux: SUID sandbox support | agl@chromium.org | 2009-07-08 | 4 | -4/+192 |
* | Simplify the WebKit thread model. It's now created/destroyed on the UI threa... | jorlow@chromium.org | 2009-07-08 | 9 | -133/+91 |
* | GTK: Support for more drag targets in renderer destination. | estade@chromium.org | 2009-07-08 | 1 | -12/+46 |
* | Gtk: URI list dragging for bookmarks (source side only) | estade@chromium.org | 2009-07-08 | 4 | -4/+31 |
* | Add some logging to a flakey browsertest to debug. | aa@chromium.org | 2009-07-08 | 2 | -4/+11 |
* | GTK Themes: Use the correct text color in the tab strip. | erg@google.com | 2009-07-08 | 6 | -5/+41 |
* | Reverting 20097. | meelapshah@chromium.org | 2009-07-08 | 5 | -223/+273 |
* | Change ThumbnailStore to use sqlite instead of individual files. | meelapshah@chromium.org | 2009-07-07 | 5 | -273/+223 |
* | Sprinkle some defensiveness into the UI tests so that they don't explode if t... | stuartmorgan@chromium.org | 2009-07-07 | 10 | -8/+57 |
* | Give page/app menu native menu bar feel. | estade@chromium.org | 2009-07-07 | 2 | -0/+76 |
* | Adds support for an initial set of WAI-ARIA roles, needed to support screen r... | klink@chromium.org | 2009-07-07 | 1 | -51/+64 |
* | Fix the unit tests that had multiple ResourceDispatcherHost objects instantia... | jam@chromium.org | 2009-07-07 | 1 | -24/+20 |
* | Wrap the task manager treeview in a GtkScrolledWindow in order to have a fram... | jhawkins@chromium.org | 2009-07-07 | 1 | -1/+10 |
* | Work around a bug in KWin where the window shape doesn't get | tc@google.com | 2009-07-07 | 1 | -2/+6 |
* | Move printing related stuff to the root printing project from the browser pro... | sverrir@google.com | 2009-07-07 | 34 | -2752/+37 |
* | GTK Themes: Theme the popup notification. | erg@google.com | 2009-07-07 | 7 | -27/+85 |
* | This CL makes sure JavaScript alerts are not shown while an interstitial is s... | jcampan@chromium.org | 2009-07-07 | 3 | -2/+41 |
* | Move extension install to after .crx download completes | rafaelw@chromium.org | 2009-07-07 | 1 | -4/+1 |
* | Revert r19752. Caused regression in tabs closing. | rafaelw@chromium.org | 2009-07-07 | 3 | -16/+3 |
* | Nudges the incognito man over to the left a few more pixels. | pinkerton@chromium.org | 2009-07-07 | 1 | -1/+3 |
* | Add extra delegate method to mac unit test. | ben@chromium.org | 2009-07-07 | 1 | -0/+4 |
* | bustage fix - add header | ben@chromium.org | 2009-07-07 | 2 | -0/+2 |
* | Fix release bustage. ALLOW_THIS_IN_INITIALIZER_LIST | ben@chromium.org | 2009-07-07 | 2 | -3/+3 |
* | Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s... | ben@chromium.org | 2009-07-07 | 16 | -26/+1220 |
* | Hook up the prefs for the optional home buttons and page/wrench buttons. Move... | pinkerton@chromium.org | 2009-07-07 | 7 | -19/+222 |
* | Removes the ability to close or minimize the hung renderer dialog | rohitrao@chromium.org | 2009-07-07 | 2 | -10/+7 |
* | GTK Themes: Status bubble obeys GTK colors now. | erg@google.com | 2009-07-07 | 3 | -8/+49 |
* | Change the use of typedef Language in Spell Check files back to std::string. ... | sidchat@google.com | 2009-07-07 | 10 | -50/+46 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 9 | -5/+81 |
* | Crashers from the field indicate the navigation entry can be NULL. This is no... | jcampan@chromium.org | 2009-07-07 | 1 | -0/+13 |
* | Fix a typo. TextDirection is the name of the enum, while GetTextDirection re... | jhawkins@chromium.org | 2009-07-07 | 1 | -2/+4 |
* | Disable ExtensionBrowserTest.Incognito because it fails too often. | nsylvain@chromium.org | 2009-07-07 | 1 | -0/+3 |