summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the mac build to add dmg_fp to the libbase.a.tony@chromium.org2008-11-1512-3921/+12
| | | | | | | | | Remove third_party/dmg_fp complete since nothing else depends on it. Review URL: http://codereview.chromium.org/10963 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5525 0039d316-1c4b-4281-b951-d872f2087c98
* Place all new baseline files in the most specific platform directory.pamg@google.com2008-11-156-44/+38
| | | | | | | | | | The --new-baseline option no longer takes a directory name. BUG=4408 TEST=try re-baselining a file, make sure results go in the right place Review URL: http://codereview.chromium.org/10926 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5524 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a bunch of NULL checks that seem unnecessary, and document some ↵ben@chromium.org2008-11-152-66/+33
| | | | | | | | checks that are. Review URL: http://codereview.chromium.org/10962 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5523 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 38377:38389.ojan@google.com2008-11-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/10757 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5522 0039d316-1c4b-4281-b951-d872f2087c98
* Move dmg_fp in scons build to compile fromtc@google.com2008-11-1521-93/+21
| | | | | | | | base/third_party/dmg_fp and compile it into base_lib. Review URL: http://codereview.chromium.org/10769 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5521 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Browser restore saved last size/position using the WindowDelegate ↵ben@chromium.org2008-11-154-21/+23
| | | | | | | | code rather than hand-rolling its own. Review URL: http://codereview.chromium.org/10959 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5520 0039d316-1c4b-4281-b951-d872f2087c98
* Slight correction to gtk GetWindowRectestade@chromium.org2008-11-151-5/+9
| | | | | | Review URL: http://codereview.chromium.org/10762 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5519 0039d316-1c4b-4281-b951-d872f2087c98
* Add a webkit.scons file in between build\SConscript.main andsgk@google.com2008-11-143-1/+28
| | | | | | | | | | webkit\SConscript, as a place for calling renamed *.scons files. Add 'webkit' and 'chrome' COMPONENT_PROGRAM_GROUPS and COMPONENT_TEST_PROGRAM_GROUPS so the generated .exe files get copied correctly into the Hammer\ build subdirectory. Review URL: http://codereview.chromium.org/10768 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5518 0039d316-1c4b-4281-b951-d872f2087c98
* RandUInt -> RandUint to match the style of other Uint functions.deanm@chromium.org2008-11-146-10/+10
| | | | | | Review URL: http://codereview.chromium.org/10767 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5517 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a renderer crashing bug with NPObject method references.michaeln@google.com2008-11-141-3/+7
| | | | | | | | http://www.corp.google.com/~michaeln/flash_crash/crash.html Review URL: http://codereview.chromium.org/10763 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5516 0039d316-1c4b-4281-b951-d872f2087c98
* More *.scons renaming:sgk@google.com2008-11-1416-471/+423
| | | | | | | | | | | | * Rename SConscript to *.scons in the following directories: third_party\{bspatch,bsdiff,lzma_dsk} chrome\installer\{setup,mini_installer,util} * Split mini_installer and installer_unittests into separate *.scons files. * Add using_bspatch.scons and using_lzma_sdk.scons "properties" files, modifying other *.scons files to use them as appropriate. Review URL: http://codereview.chromium.org/10952 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5515 0039d316-1c4b-4281-b951-d872f2087c98
* Move dmg_fp to base/third_party/dmg_fp and include thetc@google.com2008-11-1413-233/+3606
| | | | | | | | | | | | files directly in base.vcproj. Remove the old dmg_fp.vcproj file and remove it from the *.sln files. I've kept third_party/dmg_fp around for the mac and scons build which I will fix up in follow up changes. Review URL: http://codereview.chromium.org/10716 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5514 0039d316-1c4b-4281-b951-d872f2087c98
* Rewire the throbber so that the timer for updating lives on BrowserView, not ↵ben@chromium.org2008-11-1410-90/+69
| | | | | | | | | TabStrip, so that app window/popup throbber updating doesn't need to be plumbed through the tabstrip and the browser object! http://crbug.com/3297 Review URL: http://codereview.chromium.org/10761 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5513 0039d316-1c4b-4281-b951-d872f2087c98
* Fix broken size restoration for bookmark manager. Initializing a rect ↵ben@chromium.org2008-11-143-3/+16
| | | | | | | | | incorrectly, and clobbering the maximized state during initial sizing. http://crbug.com/4437 Review URL: http://codereview.chromium.org/10758 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5512 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to avoid first-run pop-up from displaying while in app-mode.brg@chromium.com2008-11-141-0/+5
| | | | | | Review URL: http://codereview.chromium.org/10675 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5511 0039d316-1c4b-4281-b951-d872f2087c98
* Create first run sentinel file when the distribution param skip_first_run_ui ↵cpu@google.com2008-11-141-0/+4
| | | | | | | | | | | | | is set - So we don't do a 'second run UI' BUG=1485094 Review URL: http://codereview.chromium.org/10708 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5510 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/10958mbelshe@google.com2008-11-1415-100/+156
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5509 0039d316-1c4b-4281-b951-d872f2087c98
* fix the JSC builderikkay@google.com2008-11-141-0/+4
| | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/10417 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5508 0039d316-1c4b-4281-b951-d872f2087c98
* Make the bookmark manager blue.glen@chromium.org2008-11-143-11/+21
| | | | | | Review URL: http://codereview.chromium.org/11006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5506 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed version of commit 5499estade@chromium.org2008-11-144-5/+26
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5505 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SF, FF2, and FF3 builds on osx in gears-scons build. OFFICIAL_BUILD=0 nowmpcomplete@chromium.org2008-11-145-63/+89
| | | | | | | works as well. Review URL: http://codereview.chromium.org/10923 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5504 0039d316-1c4b-4281-b951-d872f2087c98
* Store a pointer to the TestShell* in the GtkWindow.erg@google.com2008-11-141-0/+2
| | | | | | | | | | This fixes a crash where we tried to read the unset pointer and GTK passed back NULL. Review URL: http://codereview.chromium.org/11012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5503 0039d316-1c4b-4281-b951-d872f2087c98
* Add mimetypes on the "chrome-resource://" responses.ericroman@google.com2008-11-145-3/+47
| | | | | | | | | | This is necessary to get javascript debugger loading CSS, post-webkit-merge. http://code.google.com/p/chromium/issues/detail?id=4181 Review URL: http://codereview.chromium.org/10941 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5502 0039d316-1c4b-4281-b951-d872f2087c98
* Use target to tell if we're in debug mode sinceojan@google.com2008-11-141-1/+2
| | | | | | | | | | | there are two ways of getting into debug mode, both of which end up setting target. This makes the DEBUG : modifier work on the builders. (i think) Review URL: http://codereview.chromium.org/10756 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5501 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 5499estade@chromium.org2008-11-146-32/+12
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5500 0039d316-1c4b-4281-b951-d872f2087c98
* Basic GetScreenInfo implementation for gtk.estade@chromium.org2008-11-146-12/+32
| | | | | | Review URL: http://codereview.chromium.org/10754 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5499 0039d316-1c4b-4281-b951-d872f2087c98
* Don't include system headers inside a namespace.evanm@google.com2008-11-141-1/+6
| | | | | | | Review URL: http://codereview.chromium.org/10950 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5498 0039d316-1c4b-4281-b951-d872f2087c98
* fix bustageben@chromium.org2008-11-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5497 0039d316-1c4b-4281-b951-d872f2087c98
* Reformat the list.fqian@google.com2008-11-141-2/+2
| | | | | | Review URL: http://codereview.chromium.org/10755 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5495 0039d316-1c4b-4281-b951-d872f2087c98
* fix windows painting by redrawing the areatc@google.com2008-11-142-9/+13
| | | | | | | | WM_PAINT requests to be painted Review URL: http://codereview.chromium.org/10949 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5494 0039d316-1c4b-4281-b951-d872f2087c98
* Change --pixel-tests to --no-pixel-tests so that pixel testsojan@google.com2008-11-141-7/+7
| | | | | | | are run by default. Review URL: http://codereview.chromium.org/10753 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5493 0039d316-1c4b-4281-b951-d872f2087c98
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-1416-151/+235
| | | | | | Review URL: http://codereview.chromium.org/10929 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5492 0039d316-1c4b-4281-b951-d872f2087c98
* Added stats counters and trace event to ChromiumBridge.erikkay@google.com2008-11-145-16/+53
| | | | | | Review URL: http://codereview.chromium.org/10752 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5491 0039d316-1c4b-4281-b951-d872f2087c98
* Recommit of media project files due to a mistake in media_unittest.vcprojscherkus@chromium.org2008-11-1414-0/+624
| | | | | | | | | | | | | that worked in Visual Studio but broke on IncrediBuild. Also updated to include dmg_fp dependency. Trying ONE MORE TIME because I think gcl breaks with "A +" files (I used "svn merge -c REV ." to un-rollback my change). Original: http://codereview.chromium.org/10683 Rollback: http://codereview.chromium.org/10908 Review URL: http://codereview.chromium.org/10733 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5490 0039d316-1c4b-4281-b951-d872f2087c98
* Change to integrate SystemMonitor changes into chrome.mbelshe@google.com2008-11-1415-156/+100
| | | | | | | | | | | | This enables the dynamic detection of battery status changes so that we can turn on/off the hi-res timer. Review URL: http://codereview.chromium.org/10264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5489 0039d316-1c4b-4281-b951-d872f2087c98
* Port some unit tests in chrome/browser/agl@chromium.org2008-11-145-39/+26
| | | | | | | | | | | | | This first requires http://codereview.chromium.org/8618 . Only snippet_unittest is enabled for build. For rest of files it's only a platform cleanup. Review URL: http://codereview.chromium.org/8191 Patch from Paweł Hajdan jr. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5488 0039d316-1c4b-4281-b951-d872f2087c98
* Custom cursor support.evanm@google.com2008-11-145-23/+67
| | | | | | | | | This is necessary for Google Maps, and also cuts out another NOTIMPLEMENTED(). Review URL: http://codereview.chromium.org/10734 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5487 0039d316-1c4b-4281-b951-d872f2087c98
* Remove browser\views\frame\browser_view2.cc andsgk@google.com2008-11-141-7/+0
| | | | | | | browser\views\old_frames from the SCons build. Review URL: http://codereview.chromium.org/10723 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5486 0039d316-1c4b-4281-b951-d872f2087c98
* removed a bunch of minor glue dependencies from porterikkay@google.com2008-11-146-19/+41
| | | | | | Review URL: http://codereview.chromium.org/10919 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5485 0039d316-1c4b-4281-b951-d872f2087c98
* Two layout tests timed out after adding GCController support.fqian@google.com2008-11-141-0/+4
| | | | | | | | | | See issue 4432. TBR=darin Review URL: http://codereview.chromium.org/10948 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5484 0039d316-1c4b-4281-b951-d872f2087c98
* Port some files in chrome/browser/agl@chromium.org2008-11-1414-140/+149
| | | | | | | | | | | | | | | #ifdef out windows-specific portion of chrome/common/l10n_util.h, which allows me to port some other files. I also extracted parts of chrome/views/tree_view.h to tree_model.h, so that ATL/WTL-specific parts stay in tree_view.h, but tree_model.h is platform-independent and can be included in files using it as base class. Review URL: http://codereview.chromium.org/8618 Patch from Paweł Hajdan jr. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5483 0039d316-1c4b-4281-b951-d872f2087c98
* Add GCController support to test_shell.fqian@google.com2008-11-147-2/+45
| | | | | | | | | | | | | | | | | This is done in the binding layer, GCController is a JS object, GCController.collect() is a JS function which calls gc(). GCController object can be enabled by calling ScriptController::setShouldExposeGCController(true); GCController.collect() needs V8 expose gc function, which is controlled by a flag '--expose-gc'. Otherwise GCController.collect() has no effect. By default, test_shell exposes both gc function and GCController object. Review URL: http://codereview.chromium.org/10719 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5482 0039d316-1c4b-4281-b951-d872f2087c98
* New unit test for webdatabase functions that record form entries for autofill.petersont@google.com2008-11-141-0/+87
| | | | | | Review URL: http://codereview.chromium.org/10903 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5481 0039d316-1c4b-4281-b951-d872f2087c98
* Next round of SCons changes:sgk@google.com2008-11-1430-822/+784
| | | | | | | | | | | | | | | | | | | * Add 'gdm_fp' to the $LIBS setting in base\using_base.scons (to be removed when that library moves into base\third_party). * Have the grit Scanner search the Repository() copy of the source file (necessary now that $TARGET_ROOT has changed). * Change all the SConscript files underneath chrome\test and chrome\tools to *.scons files, including updating their contents with the current patterns. * Add dependencies of the local_settings_*.res files on the corresponding google_chrome_string_*.rc files, so they get generated properly. * Add generation of the chrome_exe.res resource file. * Comment out some unnecessary .lib settings in the base construction environment. Review URL: http://codereview.chromium.org/10745 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5480 0039d316-1c4b-4281-b951-d872f2087c98
* fix bug in locale dependence checktc@google.com2008-11-141-1/+1
| | | | | | | | | this caused us to always go down the language independent path Review URL: http://codereview.chromium.org/10713 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5479 0039d316-1c4b-4281-b951-d872f2087c98
* make sure svg gets loaded into the correctly sized windowpinkerton@google.com2008-11-141-2/+2
| | | | | | Review URL: http://codereview.chromium.org/10751 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5478 0039d316-1c4b-4281-b951-d872f2087c98
* These vsprops can now be included other projectsamit@chromium.org2008-11-142-2/+2
| | | | | | | | | Make relative paths better so that other solutions can include these and build. Review URL: http://codereview.chromium.org/10934 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5477 0039d316-1c4b-4281-b951-d872f2087c98
* remove includes that are now un-needed since most of the code is gonepinkerton@google.com2008-11-141-17/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5476 0039d316-1c4b-4281-b951-d872f2087c98
* Pass the Cocoa dirty rect to the web view for adding to its dirty rect.avi@google.com2008-11-143-5/+20
| | | | | | Review URL: http://codereview.chromium.org/10701 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5475 0039d316-1c4b-4281-b951-d872f2087c98
* dohager@google.com2008-11-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5474 0039d316-1c4b-4281-b951-d872f2087c98