summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
...
* assure model is loaded *before* showing the bookmark managerestade@chromium.org2009-08-271-4/+4
* Fix linux views build.estade@chromium.org2009-08-271-2/+4
* GTK: Set the default icon list so we don't have to set it on every window all...estade@chromium.org2009-08-2711-10/+4
* Enable welcome page for non-windows platforms.estade@chromium.org2009-08-271-9/+1
* Add a nullable string16 class to base. It combines a string16 + a null paramjorlow@chromium.org2009-08-272-8/+6
* Fix memory leaks in Firefox impoter unittest.kuchhal@chromium.org2009-08-261-7/+11
* gtk: Fix the bounds of the clip region for tab title text.jhawkins@chromium.org2009-08-261-4/+4
* GTK Themes: Fix the find bar so the match count is inside the entry.erg@google.com2009-08-264-51/+106
* Make sure the bookmark model is loaded before running bookmark manager tests....estade@chromium.org2009-08-262-13/+63
* Make extension install UI text on Mac match Windows version. Still to come ifpam@chromium.org2009-08-262-9/+34
* AutomationProvider: Implement GetBrowserForWindow() on mac and linux views.estade@chromium.org2009-08-263-49/+22
* GTK: Don't reposition the findbar when it's not visible.estade@chromium.org2009-08-262-8/+18
* Fix startup regression in gtk theme mode.erg@google.com2009-08-262-1/+18
* Reland "Linux Extensions Install Prompt""rafaelw@chromium.org2009-08-262-1/+148
* Polish the look of Linux extension shelf.phajdan.jr@chromium.org2009-08-262-34/+50
* Fix SharedMemory Object leakjeremy@chromium.org2009-08-261-2/+1
* First half of updating Worker.postMessage(), DOMWindow.postMessage(), andjorlow@chromium.org2009-08-263-32/+40
* Fix crash in Linux extension shelf.phajdan.jr@chromium.org2009-08-263-4/+16
* Re-enable importer unit tests one more time to debug on buildbot.kuchhal@chromium.org2009-08-261-2/+5
* Reverting 24512.avi@chromium.org2009-08-2621-505/+152
* Attempt 2 at landing bookmark menus.sky@chromium.org2009-08-261-10/+11
* gtk: button-press events return coordinates relative to the gdk window in whi...jhawkins@chromium.org2009-08-261-2/+8
* Store the proxy's hostname rather than the first site visited via the proxy w...mdm@chromium.org2009-08-261-1/+5
* Make the tab strip expose events more targeted on linux.tony@chromium.org2009-08-263-13/+29
* Set the window icon to the favicon when in app mode.tony@chromium.org2009-08-263-5/+19
* Updates to clean up default theme and add hover states.avi@chromium.org2009-08-2621-152/+505
* Reverts menu patch.sky@chromium.org2009-08-261-11/+10
* Fix DCHECK on download item removal, take 2.estade@chromium.org2009-08-261-2/+14
* POSIX doesn't have reserved filenames; so don't worry about a download trying...estade@chromium.org2009-08-261-2/+0
* Add a simple in-process bookmark manager test.estade@chromium.org2009-08-263-0/+45
* Avoids the use of ToWStringHack in a few places.evan@chromium.org2009-08-261-4/+3
* Gets bookmark menu working on linux. There are just a handful ofsky@chromium.org2009-08-261-10/+11
* Extension ports devtools remote service.sdoyon@chromium.org2009-08-266-40/+563
* Fix leaking gtk tree models.mattm@chromium.org2009-08-268-0/+12
* Tab strip should not resize on close (Vista).finnur@chromium.org2009-08-261-17/+13
* Don't use URL-encoded strings when user's input is in progress or the text isn'tjshin@chromium.org2009-08-261-3/+9
* Fix a FORWARD_NULL defect reported by Coverity.wtc@chromium.org2009-08-261-1/+1
* Re-try r24372 - Delay request loading until all user scripts that requestmpcomplete@chromium.org2009-08-267-3/+579
* Fix bookmark bubble crash.jrg@chromium.org2009-08-261-0/+8
* Fix another source of flakiness in ErrorPageTestphajdan.jr@chromium.org2009-08-264-145/+69
* Fix issue 19081: Linux: Not able to switch input method correctly in web page...suzhe@chromium.org2009-08-263-18/+55
* Cache GTMTheme across windows to avoid re-creating it every time we create a ...pinkerton@chromium.org2009-08-263-10/+24
* Revert "Linux Extensions Install Prompt"rafaelw@google.com2009-08-262-148/+1
* Linux Extensions Install Promptrafaelw@google.com2009-08-262-1/+148
* Improves key event handing code of BrowserWindowGtk.suzhe@chromium.org2009-08-263-97/+28
* Revert my download item change.estade@chromium.org2009-08-262-20/+3
* Couple of tweaks to ui_controls_linux:sky@chromium.org2009-08-263-12/+77
* Revert 24372 - Delay request loading until all user scripts that request depe...nick@chromium.org2009-08-267-577/+3
* Turn tips on by default, and turn off tip loading during UI testing.mirandac@chromium.org2009-08-262-2/+2
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-265-6/+101