summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux: arm fixespiman@google.com2010-01-295-37/+6
| | | | | | Review URL: http://codereview.chromium.org/549104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37497 0039d316-1c4b-4281-b951-d872f2087c98
* Implements glGetVertexAttribPointervgman@chromium.org2010-01-298-164/+185
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/549201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37496 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing a known leak erroroshima@chromium.org2010-01-292-0/+12
| | | | | | | | | | | | Seems like this was never executed in the test. TBR=viettrungluu@chromium.org BUG=33475 TEST=valgrind test should cycle green Review URL: http://codereview.chromium.org/553146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37495 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashing mac ui testvictorw@chromium.org2010-01-291-0/+3
| | | | | | | | | TBR=aa BUG=33451 TEST=mac ui test git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37494 0039d316-1c4b-4281-b951-d872f2087c98
* bad call to Init() TBR(cmasone)davemoore@chromium.org2010-01-291-1/+1
| | | | | | Review URL: http://codereview.chromium.org/552230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37493 0039d316-1c4b-4281-b951-d872f2087c98
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-299-20/+27
| | | | | | Review URL: http://codereview.chromium.org/556068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37492 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bad var use. TBR:cmasonedavemoore@chromium.org2010-01-291-3/+2
| | | | | | | | allow login without network Review URL: http://codereview.chromium.org/549202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37491 0039d316-1c4b-4281-b951-d872f2087c98
* allow login without networkdavemoore@chromium.org2010-01-291-16/+12
| | | | | | | | This allows locally cached logins and admin logins to work. Review URL: http://codereview.chromium.org/548196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37490 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashing mac ui testvictorw@chromium.org2010-01-291-0/+3
| | | | | | | | | TBR=aa BUG=33451 TEST=mac ui test git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37489 0039d316-1c4b-4281-b951-d872f2087c98
* Disable crashing new tab test on macvictorw@chromium.org2010-01-291-0/+3
| | | | | | | | | | TBR=aa BUG=33451 TEST=mac ui test Review URL: http://codereview.chromium.org/554128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37488 0039d316-1c4b-4281-b951-d872f2087c98
* Disable another newtab related testvictorw@chromium.org2010-01-291-0/+3
| | | | | | | | | | TBR=aa BUG=33451 TEST=mac ui test Review URL: http://codereview.chromium.org/556072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37486 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed bug 21102 where shutdown while starting Sync leaves things weird.nick@chromium.org2010-01-295-23/+108
| | | | | | | | | | | | | Specifically, it leaves the Sync Data folder around, which causes problems later where it thinks we're already logged into sync. Patch contributed by Dan Tasse (dantasse@google.com) TEST=create new Sync Data files with nonsense data, enable sync for a user, make sure those files were replaced with real Sync Data files. BUG=21102 Review URL: http://codereview.chromium.org/557010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37482 0039d316-1c4b-4281-b951-d872f2087c98
* Disable NewTabUITest.HomePageLinkvictorw@chromium.org2010-01-291-0/+3
| | | | | | | | | | TBR=aa BUG=33451 TEST=mac bot ui test green Review URL: http://codereview.chromium.org/552226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37481 0039d316-1c4b-4281-b951-d872f2087c98
* valgrind: Put back suppression 20653b the way it was.thestig@chromium.org2010-01-292-7/+14
| | | | | | | | | TBR=dank BUG=20653 TEST=valgrind unit tests goes green. Review URL: http://codereview.chromium.org/549199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37480 0039d316-1c4b-4281-b951-d872f2087c98
* This CL makes the TranslationService class send the text to be translated to ↵jcampan@chromium.org2010-01-2920-34/+1219
| | | | | | | | | | | | | | | | the translation server. It groups requests as to limit the number of requests sent to the server. Also this CL adds a flag to automatically turn on translation on pages that are not in the language Chrome is configured in. BUG=None TEST=Run the unit-tests. Add the --auto-translate flag then navigate to pages in a language which is not the language Chrome is configured. They should get translated. Review URL: http://codereview.chromium.org/552216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37479 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Widen a suppression to catch the same error in ↵thestig@chromium.org2010-01-291-2/+2
| | | | | | | | | | | FtpNetworkTransaction as well as HttpStreamParser. TBR=dank BUG=33424 TEST=none Review URL: http://codereview.chromium.org/556070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37478 0039d316-1c4b-4281-b951-d872f2087c98
* Support dragging within the omnibox dropdown. Original patch by Philippe ↵pkasting@chromium.org2010-01-293-87/+110
| | | | | | | | | Beaudoin (see http://codereview.chromium.org/555145 ), r=me. BUG=13703 TEST=Click and drag the left or middle buttons in the omnibox dropdown. The selection or hover should track your movement and the appropriate entry should be activated on mouse up. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37477 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor panel controller so that notification window can use panel_controller.oshima@chromium.org2010-01-294-17/+59
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/548194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37476 0039d316-1c4b-4281-b951-d872f2087c98
* Temporaily disable crashing NewTabUITestvictorw@chromium.org2010-01-291-1/+1
| | | | | | | | | | TBR=aa BUG=33451 TEST=mac bot green Review URL: http://codereview.chromium.org/554126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37475 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up test expectations. Remove passing tests.dglazkov@chromium.org2010-01-293-18/+0
| | | | | | | | | | | | Also remove a baseline of a test that we're failing. TBR=victorw TEST=none BUG=none Review URL: http://codereview.chromium.org/558028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37474 0039d316-1c4b-4281-b951-d872f2087c98
* Changing page_cycler_test to allow us to run all DB perf tests in thedumi@chromium.org2010-01-291-30/+46
| | | | | | | | | | | | same suite and print out only the running time. TEST=none BUG=none Review URL: http://codereview.chromium.org/549142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37473 0039d316-1c4b-4281-b951-d872f2087c98
* Add import/export to the JS bookmark managerfeldstein@chromium.org2010-01-292-2/+36
| | | | | | | | | | | Adds the import and export commands to the bookmark manager. Also respects the importBegan/Ended events so we don't churn when an import is going on. BUG=none TEST=Do some imports and exports Review URL: http://codereview.chromium.org/556066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37472 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Disable Win32WifiDataProviderTest, it's hanging.thestig@chromium.org2010-01-291-2/+3
| | | | | | | | BUG=33446 TEST=wine_valgrind unit_tests turn green. Review URL: http://codereview.chromium.org/554124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37471 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression for variant of bug_20653 suppression.shess@chromium.org2010-01-291-0/+12
| | | | | | Review URL: http://codereview.chromium.org/555158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37470 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 37466 - Fix a refcounting memory bug.viettrungluu@chromium.org2010-01-291-12/+10
| | | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/552222 TBR=michaeln@chromium.org, victorw@chromium.org Review URL: http://codereview.chromium.org/556067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37469 0039d316-1c4b-4281-b951-d872f2087c98
* Sandbox: Add the base code for the 46-bit service resolver.rvargas@google.com2010-01-292-1/+304
| | | | | | | | | BUG=27218 TEST=none Review URL: http://codereview.chromium.org/552223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37468 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable crashing UI test.aa@chromium.org2010-01-291-0/+3
| | | | | | TBR=darin@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37467 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a refcounting memory bug.michaeln@chromium.org2010-01-291-10/+12
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/552222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37466 0039d316-1c4b-4281-b951-d872f2087c98
* Use the same app menu items for status area menu and toolbar menu.oshima@chromium.org2010-01-293-45/+34
| | | | | | | | | | | | | - removed import settings as it's not necessary in chromeos BUG=chromium-os:1095 TEST=manual: switch ui mode using ctrl-shift-c and see if app menus are the same. insert Review URL: http://codereview.chromium.org/551182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37465 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Removing old gtk code from panel controller .oshima@chromium.org2010-01-292-30/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/555157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37464 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up test expectations.dglazkov@chromium.org2010-01-281-4/+12
| | | | | | | | | | TBR=darin TEST=none BUG=none Review URL: http://codereview.chromium.org/548186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37462 0039d316-1c4b-4281-b951-d872f2087c98
* Make WebHistoryItem serialization include the documentSequenceNumber.darin@chromium.org2010-01-281-2/+9
| | | | | | | | | | | | | | | This is a slight variation of http://codereview.chromium.org/556057. In this CL, I change WriteHistoryItem to switch on kVersion to decide whether or not to write out the documentSequenceNumber. This seemed better than my previous solution of appending documentSequenceNumber. TBR=sky BUG=none TEST=none Review URL: http://codereview.chromium.org/549196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37460 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit One more past the revert of a crashiness.dglazkov@chromium.org2010-01-281-1/+1
| | | | | | | | | | TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/557045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37459 0039d316-1c4b-4281-b951-d872f2087c98
* Very temporary fix for theme bug where adding more resources invalidates the ↵erg@google.com2010-01-281-1/+3
| | | | | | | | | | | | | ThemePack so we can release a dev channel. Move new resources to the end so they don't modify current IDR ids that are now baked into BrowserThemePacks. BUG=33416 TEST=Themes from previous dev channel work. Review URL: http://codereview.chromium.org/551196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37458 0039d316-1c4b-4281-b951-d872f2087c98
* Enable apps to request the HTML5 notification permission.aa@chromium.org2010-01-289-187/+242
| | | | | | | | | | Note: the big change to chrome_url_request_context.h was mostly to swap the order of ChromeURLRequestContext and ChromeURLRequestContextGetter so that the latter could reference an inner struct of the former. BUG=32361 Review URL: http://codereview.chromium.org/545149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37456 0039d316-1c4b-4281-b951-d872f2087c98
* Change CreateHistoryStateForURL so that it does not call into WebKit.darin@chromium.org2010-01-281-5/+33
| | | | | | | | | | | | | This avoids problems related to using WebKit on the browser UI thread. In particular, it avoids the need to initialize WebKit in unit tests. R=sky BUG=none TEST=none Review URL: http://codereview.chromium.org/557044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37451 0039d316-1c4b-4281-b951-d872f2087c98
* Implement a TODO: Combine BrowserToolbarModel with ToolbarModel. Also make ↵pkasting@chromium.org2010-01-284-54/+40
| | | | | | | | | | all ToolbarModel methods const. BUG=none TEST=none Review URL: http://codereview.chromium.org/556064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37450 0039d316-1c4b-4281-b951-d872f2087c98
* Don't acquire a database lock in ↵nick@chromium.org2010-01-281-1/+10
| | | | | | | | | | | | | syncable::DirectoryBackingStore::SaveChanges if there is nothing to save. Patch contributed by vt (p155off@gmail.com). BUG=33367 TEST=SyncData.sqlite3-journal isn't written to every 10 seconds with sync enabled; sync_unit_tests continue to pass Review URL: http://codereview.chromium.org/558019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37448 0039d316-1c4b-4281-b951-d872f2087c98
* Add commands Jump, Call and Returngman@chromium.org2010-01-2813-112/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the minimal change version. There were 3 possible solution: #1) Remove these commands #2) Change the command buffers so the client side can not see the "get" pointer and therefore force the client side to use tokens to say in sync. It's the cleaner solution. It lets you put commands in any shared memory thereby getting rid of the ring buffer commands. But, it required major changes. After going down that path for an entire day I punted for... #3) Implement the commands assuming there is only one buffer the commands can be in (what is currently called the ring_buffer). With the jump commands available it no longer has to be used as a ring buffer. A Pepper or NaCl app can use it however they want but, unlike solution #2 they only get the one buffer. TEST=none BUG=none Review URL: http://codereview.chromium.org/555129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37446 0039d316-1c4b-4281-b951-d872f2087c98
* Mac bookmark mgr: Restore previously selected group when search field is ↵snej@chromium.org2010-01-284-4/+83
| | | | | | | | | | | cleared. BUG=32734 TEST=none Review URL: http://codereview.chromium.org/555112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37444 0039d316-1c4b-4281-b951-d872f2087c98
* tweak spacings in infobars per latest specskuan@chromium.org2010-01-284-30/+63
| | | | | | | | BUG=31297 TEST=none. Review URL: http://codereview.chromium.org/555153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37443 0039d316-1c4b-4281-b951-d872f2087c98
* Change a few logging.info() calls to logging.debug() - info() should onlydpranke@chromium.org2010-01-281-3/+3
| | | | | | | | | | | | be for stuff everyone cares to see when everything is going right. BUG=none TEST=none R=ukai@chromium.org Review URL: http://codereview.chromium.org/554109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37442 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses translate leak:sky@chromium.org2010-01-281-0/+26
| | | | | | | | | TBR=jcampan BUG=33427 TEST=none Review URL: http://codereview.chromium.org/555155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37441 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress one more flaky valgrind error in net_unittests.thestig@chromium.org2010-01-281-4/+17
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/552206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37439 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Mac crash when page goes away while a pop-up menu is active.snej@chromium.org2010-01-281-3/+15
| | | | | | | | | | This may also fix the older related bug 31716. BUG=33250 TEST=see steps to reproduce in the bug report Review URL: http://codereview.chromium.org/558021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37438 0039d316-1c4b-4281-b951-d872f2087c98
* Fix flaky test causing tree to go redjoth@chromium.org2010-01-281-2/+6
| | | | | | | | | BUG=http://crbug.com/33410 TEST=Run whilst loading machine: unit_tests.exe --gtest_filter=Win32* --gtest_repeat=9000 --gtest_break_on_failure Review URL: http://codereview.chromium.org/554122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37436 0039d316-1c4b-4281-b951-d872f2087c98
* SafeBrowsingStore storage abstraction for SafeBrowsing database.shess@chromium.org2010-01-2813-0/+2839
| | | | | | | | | | | | | | | | | | | First bit of refactoring safe-browsing to use a flat file format. SafeBrowsingStore implements just what is needed for SafeBrowsingDatabase using straight-forward read/modify/write code. There will be a follow-on change to layer in on-the-fly format migration and integrate with SafeBrowsingDatabase. This CL only adds new classes and tests for same. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36615 Review URL: http://codereview.chromium.org/545053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37435 0039d316-1c4b-4281-b951-d872f2087c98
* Fix extension remove tab crasher.viettrungluu@chromium.org2010-01-281-1/+6
| | | | | | | | | BUG=30592 TEST=See bug (includes test extension). Try also on other platforms. See further posted notes. Review URL: http://codereview.chromium.org/554087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37433 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the StartProcess function since it's not used andnsylvain@chromium.org2010-01-282-7/+0
| | | | | | | | | it's confusing since we have another StartProcess function somewhere else in chrome. Review URL: http://codereview.chromium.org/548184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37432 0039d316-1c4b-4281-b951-d872f2087c98
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-281-1/+1
| | | | | | | | | | | A follow-up to http://codereview.chromium.org/558008. R=evan,pvalchev BUG=none TEST=No compilation errors. Review URL: http://codereview.chromium.org/558013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37430 0039d316-1c4b-4281-b951-d872f2087c98