summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Switching breakpad to gyp generated project.bradnelson@google.com2009-04-071-2/+2
* Fix the signature of historybackend::~historybackendhuanr@chromium.org2009-04-071-1/+1
* Remove fixed crash from known list.huanr@chromium.org2009-04-071-16/+0
* Fix a selection clipboard leak.estade@chromium.org2009-04-071-0/+1
* Fix crash if skia failed to find default font.estade@chromium.org2009-04-073-14/+57
* Remove asserts in RenderView for audio mesageshclam@chromium.org2009-04-071-4/+3
* Support p13n HTML dialogs.tim@chromium.org2009-04-071-0/+11
* Basic infobars on linux.estade@chromium.org2009-04-0613-28/+367
* Detach media filters from WebMediaPlayerDelegateImplhclam@chromium.org2009-04-064-0/+11
* Fix a couple of (likely rare) crashers that can happen if a tab is closed rig...erikkay@google.com2009-04-061-2/+8
* Initial implemention of Mac Omnibox.shess@chromium.org2009-04-0613-86/+1028
* Implement loading animations. I've ignored the app mode and popup cases sinc...willchan@chromium.org2009-04-068-33/+340
* First implementation of a bookmark bar.erg@google.com2009-04-069-21/+446
* Correctly initialize all parts of the tab to unselected when it's created, ke...pinkerton@chromium.org2009-04-061-6/+12
* Un-hover the current highlighted tab when the mouse leaves the tabstrip.jhawkins@chromium.org2009-04-062-3/+24
* Pasting successfully into a TextField should always triggerfinnur@chromium.org2009-04-062-5/+12
* Update known list for #9615huanr@chromium.org2009-04-061-0/+3
* Write the star toggle button. Clicking it will bookmark the page.erg@google.com2009-04-066-9/+154
* Stop serializing WebString over IPC. The new rule is that only POD (plain olddarin@chromium.org2009-04-069-109/+88
* Update the definition of TabChangedAt in TabStripGtk to match the latest vers...jhawkins@chromium.org2009-04-064-14/+22
* Commits bug issuereview 62043 (http://codereview.chromium.org/62043)sky@chromium.org2009-04-061-3/+3
* Fix the positioning of the title in TabRendererGtk now that ChromeCanvas text...jhawkins@chromium.org2009-04-061-3/+2
* Updating trunk VERSION build from 173.0 to 174.0laforge@chromium.org2009-04-061-1/+1
* First pass of refactoring dialogs.avi@chromium.org2009-04-0627-145/+153
* Fix issue 8589: Disable spellcheck field from the context menu when spell che...sidchat@google.com2009-04-061-3/+9
* Better Linux ChromeCanvas text drawing, using Pango.deanm@chromium.org2009-04-065-75/+117
* DevTools: Split message handling on the agent side into the Renderer and IO h...pfeldman@chromium.org2009-04-068-150/+115
* Fix include guards in GTK tabstrip (chrome/browser/gtk/tabs/).deanm@chromium.org2009-04-063-9/+9
* Redirecting buildbots to use v8_shell.exe instead of v8_shell_sample.exebradnelson@google.com2009-04-062-13/+12
* Rolling back change 13146.bradnelson@google.com2009-04-061-1/+1
* Fix a crash when canceling a save page operation.paulg@google.com2009-04-061-3/+11
* Changing v8_shell to v8_shell_sample to match what the buildbot expects.bradnelson@google.com2009-04-061-1/+1
* Switching to gyp generated v8 on windows.bradnelson@google.com2009-04-061-380/+66
* Oops, #ifdef = #ifnsylvain@chromium.org2009-04-061-1/+1
* Make the new save as dialog work on Vista too, sincensylvain@chromium.org2009-04-061-2/+2
* It looks like the local files are not built anymore on linuxnsylvain@chromium.org2009-04-061-0/+4
* Switching windows over to gyp generated googleurl.bradnelson@google.com2009-04-051-1/+1
* Reverting 13136.brettw@chromium.org2009-04-051-1/+5
* Re-enable the NavigationControllerHistory test.brettw@chromium.org2009-04-051-5/+1
* Remove more reliance on tab contents types.brettw@chromium.org2009-04-056-571/+397
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-0516-126/+179
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-0425-951/+788
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-0411-34/+60
* Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...rafaelw@chromium.org2009-04-049-2/+69
* Fix null termination bug when reading UserScriptaa@chromium.org2009-04-041-2/+4
* Gtk: pass the correct event time when we show right click context menus in th...estade@chromium.org2009-04-036-10/+33
* Change the size of media cachehclam@chromium.org2009-04-031-3/+4
* Remove a DCHECK in RenderView::CloseAudioStreamhclam@chromium.org2009-04-031-5/+7
* Lands fix for 9659 from tedoc. See http://codereview.chromium.org/60059 for r...sky@chromium.org2009-04-031-3/+20
* - Added support for keeping track of load times.davemoore@chromium.org2009-04-0310-8/+284