summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* Disables another flakey interstitial uit test:(sky@google.com2009-01-211-1/+3
| | | | | | | | | | BUG=none TEST=none TBR=jcampan Review URL: http://codereview.chromium.org/18634 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8392 0039d316-1c4b-4281-b951-d872f2087c98
* Fix p13n build break due to a change in CommandLine class.munjal@chromium.org2009-01-211-1/+2
| | | | | | | | | This was not noticed since this code only builds if CHROME_PERSONALIZATION is defined. Review URL: http://codereview.chromium.org/18618 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8391 0039d316-1c4b-4281-b951-d872f2087c98
* add basic command handling for browser window and for where there are no ↵pinkerton@google.com2009-01-2110-25/+147
| | | | | | | | windows open. Can now create new browser windows. Review URL: http://codereview.chromium.org/18458 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8387 0039d316-1c4b-4281-b951-d872f2087c98
* * Revert "POSIX: Get render_process_host to build."agl@chromium.org2009-01-2111-131/+76
| | | | | | | | | * Revert "Build fix: release builds seemed to break" Review URL: http://codereview.chromium.org/18460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8386 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix: release builds seemed to breakagl@chromium.org2009-01-212-0/+7
| | | | | | | Review URL: http://codereview.chromium.org/18459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8385 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-2110-76/+124
| | | | | | | | | | | | This is an adopted CL from Evan. Original: http://codereview.chromium.org/14504 (see original for review comments etc) Review URL: http://codereview.chromium.org/16814 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8384 0039d316-1c4b-4281-b951-d872f2087c98
* Disables an interstitial test that occassionally fails.sky@google.com2009-01-211-1/+3
| | | | | | | | | BUG=none TEST=none TBR=jcampan Review URL: http://codereview.chromium.org/18621 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8381 0039d316-1c4b-4281-b951-d872f2087c98
* disable test\ntc@google.com2009-01-211-1/+1
| | | | | | | | | | disable SecondLaunch. This looks command line related. tbr=evan Review URL: http://codereview.chromium.org/18617 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8369 0039d316-1c4b-4281-b951-d872f2087c98
* add dependencies to the core targets used by the apppinkerton@google.com2009-01-211-2/+80
| | | | | | Review URL: http://codereview.chromium.org/18450 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8368 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome.dll's resources to unit_tests.exe for "in-process" testing.maruel@chromium.org2009-01-213-5/+126
| | | | | | | Add missing .h files in chrome_dll.vcproj. Review URL: http://codereview.chromium.org/18605 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8366 0039d316-1c4b-4281-b951-d872f2087c98
* Get browser window showing using a Browser object and accompanying ↵pinkerton@google.com2009-01-2114-35/+1833
| | | | | | | | scaffolding. Adds browser window controller and shim from NSWindow to BrowserWindow. Review URL: http://codereview.chromium.org/18368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8364 0039d316-1c4b-4281-b951-d872f2087c98
* Discard corrupt old logs in UMA uploadjar@chromium.org2009-01-211-6/+11
| | | | | | | | | | | | Detect logs that are unacceptable to the server, and don't retransmit them (it won't help to send them again). bug= 1505736 r=huanr,evanm Review URL: http://codereview.chromium.org/18444 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8361 0039d316-1c4b-4281-b951-d872f2087c98
* use a registrar to safely remove observertc@google.com2009-01-212-6/+5
| | | | | | | | TBR=evan Review URL: http://codereview.chromium.org/18442 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8359 0039d316-1c4b-4281-b951-d872f2087c98
* Yet more crash_service fixery.evan@chromium.org2009-01-211-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8358 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the scons buildben@chromium.org2009-01-212-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8357 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash_service to use different CommandLine API.evan@chromium.org2009-01-211-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8356 0039d316-1c4b-4281-b951-d872f2087c98
* actually re-enable the testtc@google.com2009-01-211-1/+1
| | | | | | | | TBR=ben Review URL: http://codereview.chromium.org/18441 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8355 0039d316-1c4b-4281-b951-d872f2087c98
* Fix BrowserTest.WindowsSessionEnd by moving a virtual calltc@google.com2009-01-211-4/+5
| | | | | | | | | | | | | from the constructor to the Init() function(). The virtual call in the constructor of the base class doesn't get dispatched to the child class since we haven't started to construct it yet. Instead, defer the call until after we've finished creating the object. Review URL: http://codereview.chromium.org/18601 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8354 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor automation wrappers. Move the methods from AutomationProxy to the ↵stoyan@chromium.org2009-01-2117-160/+136
| | | | | | | | appropriate classes. Review URL: http://codereview.chromium.org/18335 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8351 0039d316-1c4b-4281-b951-d872f2087c98
* A crasher would happen if you navigate to a page triggering an interstitial ↵jcampan@chromium.org2009-01-211-11/+2
| | | | | | | | | | | | | | | from the new tab page, then press back in the interstitial. The crasher would happen because the navigation controller collects (destroys) the previous tab contents when a navigation is initiated. In this case, when navigating back (by just discarding the non committed entries), it would not be expect that the tab contents would be NULL. It seems we do not need to collect the unused tab contents on NavigateToPendingEntry() since we are collecting any unused TabContents in NavigationController::RendererDidNavigate(). BUG=6408 TEST=From the new page, enter the URL to a malware site (ex: http://ianfette.org), press Back (or close the tab), there should be no crash. Review URL: http://codereview.chromium.org/18433 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8350 0039d316-1c4b-4281-b951-d872f2087c98
* Correct icon/title sizing/placement for varying titlebar font sizes. This ↵pkasting@chromium.org2009-01-211-23/+78
| | | | | | | | | | | matches Windows pixel-for-pixel except where we adjust things slightly in restored mode to look better with our frame shape, and in occasional cases where our scaling differs slightly, mainly because the Windows icon caching makes it almost impossible to tell what the "correct" Windows behavior actually is. This depends on my oustanding "fix scaled icon problems" change. BUG=5054 Review URL: http://codereview.chromium.org/18396 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8349 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some problems with scaled icons. This allows the TabIconView to ↵pkasting@chromium.org2009-01-214-17/+46
| | | | | | | | | automatically scale the throbber and favicon to whatever size the View itself is. Notably, this does NOT change tab_renderer.cc, which _also_ draws favicons -- the former is used by app windows and the latter by standard tabs. Argh! I'm not going to bother unifying these for now even though it'd be nice, since we never scale up our tabs, just our app titlebars. BUG=5054 Review URL: http://codereview.chromium.org/18392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8348 0039d316-1c4b-4281-b951-d872f2087c98
* Make CommandLine into a normal object, with some statics for getting at the ↵evan@chromium.org2009-01-2172-310/+295
| | | | | | | | | | | current process's command line. One explicit goal of this change is to *not* deal with the string/wstring issues at the API on POSIX; the functions are the same as before, which means they remain as broken as before. (I did try to fix the internals, though, so migrating the callers is now possible by adding platform-appropriate hooks.) Review URL: http://codereview.chromium.org/18248 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8347 0039d316-1c4b-4281-b951-d872f2087c98
* Disable a unittest which has never passedagl@chromium.org2009-01-211-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/18437 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8346 0039d316-1c4b-4281-b951-d872f2087c98
* Fix two bugs that resulted in misplaced downloads and missingpaulg@google.com2009-01-212-2/+3
| | | | | | | | | | | file names in the download page. BUG=6335 (crbug.com/6335 - "Download location ignored") Review URL: http://codereview.chromium.org/18388 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8342 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary unit tests (now we're just using ObserverList).ben@chromium.org2009-01-201-24/+0
| | | | | | | TBR=pinkerton Review URL: http://codereview.chromium.org/18386 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8336 0039d316-1c4b-4281-b951-d872f2087c98
* Disables a couple of consistently flakey/hanging tests.sky@google.com2009-01-202-3/+6
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/18384 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8334 0039d316-1c4b-4281-b951-d872f2087c98
* Scons updates for about:internets removal.brettw@chromium.org2009-01-201-3/+0
| | | | | | Review URL: http://codereview.chromium.org/18415 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8333 0039d316-1c4b-4281-b951-d872f2087c98
* Rework the command updater to not be dependent on views::Button (needed for ↵ben@chromium.org2009-01-2029-792/+538
| | | | | | | | | porting). TEST=make sure back/forward buttons still enable/disable correctly depending on the length of the back/forward navigation list. Review URL: http://codereview.chromium.org/18343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8332 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Get IPCSyncChannel unittests workingagl@chromium.org2009-01-206-89/+70
| | | | | | | Review URL: http://codereview.chromium.org/18324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8328 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: IPC channel changes needed to get IPC Sync Channel unittests running.agl@chromium.org2009-01-201-13/+99
| | | | | | | Review URL: http://codereview.chromium.org/18322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8325 0039d316-1c4b-4281-b951-d872f2087c98
* disable WindowSessionEnd which was failing in debugtc@google.com2009-01-201-1/+1
| | | | | | | | | | this seemed to be due to rolling forward the browser window change. TBR=ben Review URL: http://codereview.chromium.org/18429 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8324 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the broken commit in r8250. The problem was that basictypes.herg@google.com2009-01-2013-172/+389
| | | | | | | | | wasn't getting included before a defined(OS_WIN) check. Review URL: http://codereview.chromium.org/18414 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8308 0039d316-1c4b-4281-b951-d872f2087c98
* Add more production logging to diagnose upload problemjar@chromium.org2009-01-201-27/+29
| | | | | | | | | | | | | | | It appears that some logs get "stuck" trying to be sent, so I've changed a number of DLOG() calls to LOG() calls. I also added a bit of info to the LOG() calls, and made minor edits. bug=1505736 r=evanm Review URL: http://codereview.chromium.org/18354 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8304 0039d316-1c4b-4281-b951-d872f2087c98
* Shuffle unit_tests.scons.maruel@chromium.org2009-01-202-150/+167
| | | | | | | | Add missing mock_render_process_host.*. Remove focus_manager_unittest.cc duplicate entry in unit_tests.vcproj. Review URL: http://codereview.chromium.org/18411 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8303 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit_version.h generation ordering.maruel@chromium.org2009-01-202-0/+36
| | | | | | | | | | | Solution files changes are: - Glue now depends on WebCore_prebuild (and not WebCore). - WebCore depends on WebCore_prebuild. (Reapply R8295 with the path to version.xcconfig fixed) Review URL: http://codereview.chromium.org/18416 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8299 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 8295.maruel@chromium.org2009-01-202-36/+0
| | | | | | Review URL: http://codereview.chromium.org/18371 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8296 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit_version.h generation ordering.maruel@chromium.org2009-01-202-0/+36
| | | | | | | | | Solution files changes are: - Glue now depends on WebCore_prebuild (and not WebCore). - WebCore depends on WebCore_prebuild. Review URL: http://codereview.chromium.org/18357 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8295 0039d316-1c4b-4281-b951-d872f2087c98
* Remove printf from the dictionary reader. This prints out a bunch of linesbrettw@chromium.org2009-01-201-2/+0
| | | | | | | during the unit test which is annoying. Review URL: http://codereview.chromium.org/18356 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8294 0039d316-1c4b-4281-b951-d872f2087c98
* Fix purify errors in previous testing patch.brettw@chromium.org2009-01-202-3/+13
| | | | | | Review URL: http://codereview.chromium.org/18409 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8293 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "revert r8217 until memory tests are fixed." This re-applies r8217.tc@google.com2009-01-207-61/+47
| | | | | | | | | | | This reverts commit r8245. TBR=ben Review URL: http://codereview.chromium.org/18410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8292 0039d316-1c4b-4281-b951-d872f2087c98
* 158.0: should have been bumped last weekmal@chromium.org2009-01-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8287 0039d316-1c4b-4281-b951-d872f2087c98
* Update XCode project after a bunch of files moved in the tree.jeremy@chromium.org2009-01-201-4/+36
| | | | | | Review URL: http://codereview.chromium.org/16612 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8286 0039d316-1c4b-4281-b951-d872f2087c98
* Shuffle the unit_tests project to correctly classify each tests. It will ↵maruel@chromium.org2009-01-201-571/+603
| | | | | | | | | simplify the splitting work/resource work afterward. Didn't change the actually list of included source files. Review URL: http://codereview.chromium.org/18366 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8285 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the about:internets view :(brettw@chromium.org2009-01-206-135/+2
| | | | | | | | This will make it diffitult to remove the tab contents type system and to port, so I'm sadly removing it. Review URL: http://codereview.chromium.org/18408 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8283 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old initializer.brettw@chromium.org2009-01-201-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8282 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 8263.brettw@chromium.org2009-01-208-148/+422
| | | | | | Review URL: http://codereview.chromium.org/18351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8281 0039d316-1c4b-4281-b951-d872f2087c98
* Porting in chrome/browser/phajdan.jr@chromium.org2009-01-2013-166/+192
| | | | | | Review URL: http://codereview.chromium.org/17606 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8280 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: Fix error line numbers.aa@chromium.org2009-01-201-3/+5
| | | | | | | | | | | | | | | | There were two problems here: a) We were adding an extra line number for the function wrapper, but the wrapper didn't include a newline. b) WebKit actually expects these to be one-based, not zero-based. So we were ending up two off. Review URL: http://codereview.chromium.org/18199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8273 0039d316-1c4b-4281-b951-d872f2087c98
* fix win scons unit test compiletc@google.com2009-01-181-1/+2
| | | | | | | | | Some files were moved and include path needed to be updated. There are still link problems, but this gets us closer. Review URL: http://codereview.chromium.org/18169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8264 0039d316-1c4b-4281-b951-d872f2087c98