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