summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use WebWorker and WebWorkerClient from the WebKit API.darin@chromium.org2009-04-2421-333/+336
* Fix compile error on gcc.brettw@chromium.org2009-04-241-2/+13
* Fix a bug in the size computation for Skia masking.brettw@chromium.org2009-04-241-2/+14
* Eliminate a dependency on _com_issue_error() (via the use of _bstr_t)sgk@google.com2009-04-241-10/+0
* Clean up cocoa popup menu handling in test_shell.paul@chromium.org2009-04-244-117/+217
* Override GtkTextView's size request width in the Linux Omnibox.deanm@chromium.org2009-04-242-0/+21
* Fix a bug where radio buttons would become unselected when clicked (more spec...jcampan@chromium.org2009-04-242-1/+6
* First cut at adding a map between strings names and resource ids.tc@google.com2009-04-2412-1/+256
* Removes FindBar cruft from TabContentsViewMac.rohitrao@chromium.org2009-04-243-89/+2
* Make messages in javascript's alert copyable.tc@google.com2009-04-243-1/+22
* Get rid of variable length arrays.willchan@chromium.org2009-04-244-11/+13
* Linux: fix root window co-ordinates.agl@chromium.org2009-04-241-2/+2
* Chrome side of using WebPluginListBuilder.darin@chromium.org2009-04-2420-80/+112
* Adding missing null check in case of missing file version info.robertshield@google.com2009-04-241-1/+4
* Fixes issue where the placeholder text was not shown because there is no DOMarv@chromium.org2009-04-241-2/+3
* Add media_bench.scons and media_bench.vcproj to svn:ignore.maruel@chromium.org2009-04-240-0/+0
* Use the NotificationRegistrar for the remaining TAB_CONTENTS_DESTROYEDbrettw@chromium.org2009-04-244-38/+29
* Linux: Stop hitting a DCHECK in GoButtonGtk on shutdown.willchan@chromium.org2009-04-241-1/+8
* Added tcmalloc to svn:ignore because of DEPS change in revision 14128.maruel@chromium.org2009-04-240-0/+0
* Patch from kcc to add a --custom_valgrind_command flag, for use with e.g. thr...dkegel@google.com2009-04-242-21/+35
* Add 'fakeroot' to the list of packages, since this script uses itdkegel@google.com2009-04-241-3/+4
* Add CSS to make toolstrip buttons look closer to native ones.aa@chromium.org2009-04-242-1/+46
* Remove platform_sgk_vista_6_0 and svn for svn:ignore.maruel@chromium.org2009-04-240-0/+0
* Remove src/third_party/svn since it is not needed anymore.maruel@chromium.org2009-04-241-3/+0
* Disable TabDraggingTest.Tab1Tab3 due to flakiness.dglazkov@chromium.org2009-04-241-1/+2
* Unittest for FindBarCocoaController.rohitrao@chromium.org2009-04-247-11/+115
* Reverting r14328 for the linux file; I shouldn't be fixing things that aren't...avi@google.com2009-04-241-4/+1
* Disable TimerTest.RepeatingTimer_Cancel under Valgrindnirnimesh@chromium.org2009-04-241-1/+2
* To avoid reauest and response json parsing caller_id is passed as ClientData ...yurys@google.com2009-04-243-119/+49
* Re-enable memory tests and remove the fixed crash from the known crashes.levin@chromium.org2009-04-242-6/+3
* The previous behavior of not focusing the HWND when focusing a checkbox/radio...jcampan@chromium.org2009-04-242-6/+0
* Kill WebContents by moving the remaining methods to TabContents. WebContentsbrettw@chromium.org2009-04-245-1879/+1884
* Linux valgrind: fix new[] / delete mismatchagl@chromium.org2009-04-241-1/+1
* Move another batch of functions for WebContents to TabContents. This alsobrettw@chromium.org2009-04-246-478/+447
* Crude text style rendering in the omnibox 2 popup. I copied most of the DrawS...ben@chromium.org2009-04-241-4/+192
* Minor string changes:mal@chromium.org2009-04-241-3/+3
* Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...thestig@chromium.org2009-04-247-62/+64
* Try 14398 again, with Mac fix.abarth@chromium.org2009-04-243-8/+57
* Linux: stop popups from flickeringagl@chromium.org2009-04-241-1/+1
* Linux: unit tests fix.agl@chromium.org2009-04-241-0/+4
* Linux: use opaque NativeViewIdsagl@chromium.org2009-04-2410-40/+362
* Remove unused bits and pieces of #ifdefed code that isn't used.tim@chromium.org2009-04-2411-173/+7
* Symbols aren't always present, which causes this test to fail. In particular...ajwong@chromium.org2009-04-241-0/+5
* Revert 14398.abarth@chromium.org2009-04-242-53/+4
* Check the size of bitmaps coming over IPC.abarth@chromium.org2009-04-242-4/+53
* Port and enable most of TabRestoreUITest on linux.estade@chromium.org2009-04-249-16/+61
* Revert "Turn on -Werror on linux. Passes on my ghardy box. We'll see"tc@google.com2009-04-241-1/+2
* Valgrind bug suppression: add 10945 (leak in JPEGCodec.DecodeCorrupted)dkegel@google.com2009-04-241-0/+11
* Print backtraces on FATAL log messages in debug mode.ajwong@chromium.org2009-04-248-17/+314
* Turn on -Werror on linux. Passes on my ghardy box. We'll seetc@google.com2009-04-241-2/+1