| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the ThemeProvider methods const. | pkasting@chromium.org | 2009-10-13 | 8 | -132/+144 |
* | Factoring out the interactive UI tests in their own GYP file. | jcampan@chromium.org | 2009-10-13 | 1 | -29/+12 |
* | Always ASSERT that created servers are non-NULL (since creation can fail). B... | pkasting@chromium.org | 2009-10-13 | 1 | -1/+44 |
* | Fix valgrind-caught memory leak in TaskManagerUnittest | jamesr@chromium.org | 2009-10-13 | 1 | -0/+1 |
* | Remove the unnecessary conversion to wstring when calling file_util::WriteFile. | evan@chromium.org | 2009-10-13 | 2 | -2/+2 |
* | Animate the new tab button when closing a tab. | pinkerton@chromium.org | 2009-10-13 | 1 | -10/+28 |
* | Eliminate all uses of strerror() in code that uses src/base. strerror() is in... | tschmelcher@chromium.org | 2009-10-13 | 3 | -20/+22 |
* | AppCache: Kill bad renderers when we receive bad IPC messages. | michaeln@google.com | 2009-10-13 | 1 | -1/+1 |
* | I had written unit tests for the change to add a runtime id to Profiles, but | rogerta@google.com | 2009-10-13 | 1 | -0/+51 |
* | Shorten the generated file name to be less than MAX_PATH (on Windows). | kuchhal@chromium.org | 2009-10-13 | 1 | -2/+4 |
* | WidgetWin was an accelerator target, it does not need to. | jcampan@chromium.org | 2009-10-13 | 4 | -11/+5 |
* | This patch enables "Save page as" (ctrl+s) for resources located at | jamesr@chromium.org | 2009-10-13 | 1 | -4/+6 |
* | The file menu was enabled even when a browser window was obscured by a modal ... | mirandac@chromium.org | 2009-10-13 | 1 | -1/+21 |
* | Fix creating desktop shortcuts for systems with empty or incomplete XDG_DATA_... | phajdan.jr@chromium.org | 2009-10-13 | 1 | -0/+5 |
* | Refactors freaky TaskManager::Resource self-updating | jamesr@chromium.org | 2009-10-13 | 5 | -3/+46 |
* | A few other miscellaneous bits of cleanup to BrowserThemeProvider: | pkasting@chromium.org | 2009-10-13 | 2 | -23/+21 |
* | Mac: Fix bookmark bar buttons not being layed out correctly on startup. | erg@chromium.org | 2009-10-13 | 3 | -16/+41 |
* | Disable broken tests until I can get a fix in. | dmaclach@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | Fixes up drawing so that we don't have any transparent holes, and adds a | dmaclach@chromium.org | 2009-10-13 | 4 | -40/+60 |
* | Mac: Fix buttons not tinting to theme. | avi@chromium.org | 2009-10-13 | 1 | -5/+27 |
* | This CL is for the needs of ChromeFrame. | stoyan@google.com | 2009-10-13 | 4 | -1/+19 |
* | Mac: Make the nsimage_cache behave more like +[NSImage imageNamed:] | avi@chromium.org | 2009-10-13 | 2 | -1/+10 |
* | Allow the about window to create a new window to handle loading web pages if ... | pinkerton@chromium.org | 2009-10-13 | 4 | -7/+19 |
* | Use the real bundle identifier instead of the framework's identifier for dete... | pinkerton@chromium.org | 2009-10-13 | 1 | -4/+5 |
* | [Mac] Add breakpad info for crashes in the target/action dispatcher. | shess@chromium.org | 2009-10-13 | 1 | -0/+47 |
* | Add a command line switch to enable flip sockets. | mbelshe@google.com | 2009-10-13 | 1 | -0/+5 |
* | Fix flashing issue when hitting escape while find bar is active. | mhm@chromium.org | 2009-10-13 | 2 | -0/+15 |
* | Wires up bookmark all tabs on linux. | sky@chromium.org | 2009-10-13 | 7 | -37/+77 |
* | Mark the IcognitoDownload as flaky because it keeps | nsylvain@chromium.org | 2009-10-13 | 1 | -1/+2 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 12 | -18/+17 |
* | GTK: avoid a hang brought on by an infinite size-allocate queue. | estade@chromium.org | 2009-10-13 | 2 | -3/+17 |
* | Gtk: draw the secure scheme color over the correct char range. | estade@chromium.org | 2009-10-13 | 1 | -3/+5 |
* | GTK: don't dcheck when user dismisses print dialog. | estade@chromium.org | 2009-10-13 | 1 | -0/+1 |
* | [Linux] Select a row in Languages table when the user delete an item. | mattm@chromium.org | 2009-10-13 | 2 | -5/+19 |
* | Misc. cleanup for theme provider code, including: | pkasting@chromium.org | 2009-10-13 | 7 | -275/+237 |
* | Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl... | nsylvain@chromium.org | 2009-10-13 | 4 | -212/+130 |
* | Fixed lame typo. | oshima@chromium.org | 2009-10-13 | 1 | -2/+2 |
* | include CHROMEOS files and defintions in TOOLKIT_VEIWS build. | oshima@chromium.org | 2009-10-12 | 3 | -2/+43 |
* | Enables the sending of Timeline Agent and Resource messages to the devtools a... | jamesr@chromium.org | 2009-10-12 | 5 | -43/+16 |
* | Use FilePaths in chrome_url_data_manager. | evan@chromium.org | 2009-10-12 | 2 | -14/+14 |
* | Remove old NTP | arv@chromium.org | 2009-10-12 | 5 | -1069/+5 |
* | CommandLine: rejigger how initialization works. | evan@chromium.org | 2009-10-12 | 4 | -45/+44 |
* | Status bubbles should wait before showing and hiding, and should fade in and | mark@chromium.org | 2009-10-12 | 3 | -56/+665 |
* | Disable nested message loops in Mac for now. There seems to be a problem wit... | jam@chromium.org | 2009-10-12 | 1 | -0/+4 |
* | Fixed data race between GetDatabase and CheckURL at startup. | erikkay@chromium.org | 2009-10-12 | 7 | -58/+23 |
* | Revert "[Mac] Add breakpad info for crashes in the target/action dispatcher." | shess@chromium.org | 2009-10-12 | 1 | -47/+0 |
* | [Mac] Add breakpad info for crashes in the target/action dispatcher. | shess@chromium.org | 2009-10-12 | 1 | -0/+47 |
* | Converts some uses of native_view to native_window. This is necessitated | sky@chromium.org | 2009-10-12 | 37 | -108/+84 |
* | Make function definition order (.cc) match function declaration order (.h). ... | pkasting@chromium.org | 2009-10-12 | 1 | -399/+399 |
* | Gets blocked popups to work on views/gtk. I had to fix a couple of | sky@chromium.org | 2009-10-12 | 4 | -130/+212 |