summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-298-0/+9
* Headers cleanup in chrome/commonphajdan.jr@chromium.org2009-05-2921-32/+30
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-297-24/+44
* chrome.gyp fixes to preserve various build behaviorssgk@google.com2009-05-291-1/+52
* Fixing more bustage by ifdefing out Windows-only code.ben@chromium.org2009-05-292-1/+19
* Fix unit test bustage by making sure ExtensionView::ViewHierarchyChanged call...ben@chromium.org2009-05-293-0/+9
* fix bustage by not compiling windows-specific code on other platforms.ben@chromium.org2009-05-291-0/+4
* fix bustage by not compiling windows-specific code on other platforms.ben@chromium.org2009-05-291-1/+5
* Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...ben@chromium.org2009-05-2915-66/+28
* A bit more clean up for Linux upload crash dump.thestig@chromium.org2009-05-291-7/+9
* Gets NativeTabContentsContainerGtk to compile and removes somesky@chromium.org2009-05-294-28/+4
* linux: wrap prefs checkbox in options window.evan@chromium.org2009-05-291-2/+10
* Pressing "enter" while the JS prompt text entry has focus shouldtc@google.com2009-05-291-1/+3
* Fixed a bug with the unit_tests, which caused it to leave hebrew enabledhbono@chromium.org2009-05-292-15/+45
* Add Linux packaging tools to the build output and the buildbot archive.mmoss@chromium.org2009-05-293-384/+501
* Allow passing in a file path to a file that will be used for the new new tabarv@google.com2009-05-292-4/+50
* Fix branded resource buiding.jrg@chromium.org2009-05-291-1/+5
* Gets GoButton to compile on Linux.sky@chromium.org2009-05-292-4/+13
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-298-55/+37
* Treat alt-(arrows/pgup/pgdn) like alt was not pressed. There's no reason to ...pkasting@chromium.org2009-05-291-1/+2
* linux: remove the word "Alpha" from all UI.evan@chromium.org2009-05-284-13/+15
* Add alert box suppression check box to linux js dialogs.tc@google.com2009-05-281-24/+57
* Fix broken Gears after gyp conversion. The path to gears.dll has changed.kuchhal@chromium.org2009-05-282-2/+2
* IE and Firefox always translate (alt+numpad 7) as an accelerator. We should ...pkasting@chromium.org2009-05-281-18/+19
* Paint a focus indication on LinkButtonGtk buttons.estade@chromium.org2009-05-2811-49/+53
* Rename policy_url to first_party_for_cookies in one more place.abarth@chromium.org2009-05-281-4/+4
* Initialize gtk syles before first run dialog. (Missed in r17104)thestig@chromium.org2009-05-281-6/+6
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-2815-66/+524
* Hook up Linux crash reporting setting to options dialog.thestig@chromium.org2009-05-281-0/+2
* Moving things a little so this will work when chrome.sln gets eaten by gyp.bradnelson@chromium.org2009-05-282-304/+311
* Add general options page. Options are working with the following exceptions:tc@google.com2009-05-2811-48/+720
* Remove some dead code.pkasting@chromium.org2009-05-282-6/+0
* Make Textfield more portable.ben@chromium.org2009-05-2811-36/+36
* Limit Breakpad Linux to 8 url-chunk entries.thestig@chromium.org2009-05-281-0/+3
* Restore parent semantings for external tab container creation, and error chec...ben@chromium.org2009-05-281-1/+5
* Adds bookmark_context_menu to compile list and fixes wildcard forsky@chromium.org2009-05-281-1/+3
* Correct forward declaration.stoyan@chromium.org2009-05-281-1/+3
* Linux: call xdg-open on downloaded files to open them.estade@chromium.org2009-05-2810-30/+64
* We need to save bookmarks file when the persist_ids settings changesmunjal@chromium.org2009-05-284-0/+42
* Respect Linux user prefs with regards to crash reporting.thestig@chromium.org2009-05-2814-202/+196
* Do a keyboard grab when select popups are showing. This matchestc@google.com2009-05-281-4/+17
* Clean up some code to make it more comprehensible. No functional change.pkasting@chromium.org2009-05-281-16/+29
* Removes ifdef around include of tooltip_manager now that it's beensky@chromium.org2009-05-281-2/+0
* Gets bookmark_bar_view to compile on Linux.sky@chromium.org2009-05-282-7/+24
* Handle opening URLs when there is no window open.avi@chromium.org2009-05-281-1/+8
* Add default version information and ability to output to stdout.mmoss@chromium.org2009-05-281-9/+35
* GTK: Implement GtkFloatingContainer and implement StatusBubble on top of it.erg@google.com2009-05-287-83/+491
* Add more logging on a NOTREACHED() in hopes of getting more data about why we...pkasting@chromium.org2009-05-281-1/+2
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-2859-521/+668
* Generalize the code that checks for user actions in the render view to work o...estade@chromium.org2009-05-2811-24/+28