summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-262700-2/+2701
| | | | | | | | | BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
* Remove code to handle bogus themes. We've had a theming system for a while ↵pkasting@chromium.org2010-07-262-33/+0
| | | | | | | | | | and don't care about people who manually hack the DLLs. BUG=50107 TEST=none Review URL: http://codereview.chromium.org/3071002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53715 0039d316-1c4b-4281-b951-d872f2087c98
* TBR:erikchen@google.com2010-07-266-70/+18
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53714 0039d316-1c4b-4281-b951-d872f2087c98
* Fix include guardthakis@chromium.org2010-07-261-2/+2
| | | | | | | | | | | BUG=50273 TEST=none TBR=erg Review URL: http://codereview.chromium.org/3043022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53713 0039d316-1c4b-4281-b951-d872f2087c98
* Significantly speed up sync integration tests.rsimha@chromium.org2010-07-268-19/+66
| | | | | | | | | | | | | | | The sync integration tests currently use the method AwaitSyncCycleCompletion(), which ends up waiting for a sync event before it signals the end of a sync cycle. However, if it is called after the sync cycle is already complete, it ends up waiting for several seconds for a random unrelated sync event before it returns. This checkin fixes this unnecessary delay by checking to see if the client has any unsynced items before it waits, thereby significantly speeding up the sync integration tests. In addition to this, a new method called AwaitQuiescence() is now available to test cases so they can wait for racy updates initiated by multiple clients to propagate across the system. BUG=49998 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/3041018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53712 0039d316-1c4b-4281-b951-d872f2087c98
* Update the Native Client version to include removal of one more use ofmsneck@google.com2010-07-261-1/+1
| | | | | | | | | | | accept(). This will allow the Mac sandbox hole to be closed. This version also contains an include change to fix a compile failure on a single buildbot. BUG=none TEST=all tests still pass, especially nacl_ui_tests Review URL: http://codereview.chromium.org/2881034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53711 0039d316-1c4b-4281-b951-d872f2087c98
* More suppressions for 42958oshima@chromium.org2010-07-261-1/+26
| | | | | | | | | | TBR=timurrrr@chromium.org BUG=42958 TEST=none Review URL: http://codereview.chromium.org/3034034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53710 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in HALCADClientListener::HALCADClientListenerasargent@chromium.org2010-07-261-0/+26
| | | | | | | | BUG=46186 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53708 0039d316-1c4b-4281-b951-d872f2087c98
* Add DCHECKs to check PasswordStore's threadingdavidben@chromium.org2010-07-263-2/+11
| | | | | | | | | | | | | | PasswordStore can only be queried from one thread, although the implementation doesn't immediately look it. This adds DCHECKs to ensure we don't mess this up in future. R=wtc,stuartmorgan BUG=none TEST=PasswordManagerTest.* Review URL: http://codereview.chromium.org/3056008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53707 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Use FRIEND_TEST_ALL_PREFIXES some more.phajdan.jr@chromium.org2010-07-2611-44/+47
| | | | | | | | | TEST=compile BUG=44549 Review URL: http://codereview.chromium.org/3032025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53706 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak for LayoutPluginTester.FLAKY_SelfDeletePluginGetUrlasargent@chromium.org2010-07-261-1/+15
| | | | | | | | | | | Also widen suppression for AutomatedUITestBase.IncognitoWindow to cover a similar leak to previous suppression. BUG=50286 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53705 0039d316-1c4b-4281-b951-d872f2087c98
* ChromeFrame host browser commands need to account for the command group guid ↵ananta@chromium.org2010-07-262-22/+41
| | | | | | | | | | | | | | and the command id in all cases. We were detecting MSHTML command ids based on the command id only while ignoring the group which was wrong. Part of the fix for http://code.google.com/p/chromium/issues/detail?id=24034 Bug=24034 Review URL: http://codereview.chromium.org/2873070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53699 0039d316-1c4b-4281-b951-d872f2087c98
* Move false positive suppression to #2.oshima@chromium.org2010-07-261-43/+44
| | | | | | | | | BUG=46343 TEST=none Review URL: http://codereview.chromium.org/3052012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53698 0039d316-1c4b-4281-b951-d872f2087c98
* supress a leak - bug 50281asargent@chromium.org2010-07-261-0/+26
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53697 0039d316-1c4b-4281-b951-d872f2087c98
* Make IsPopup a const function per brett.xiyuan@chromium.org2010-07-2615-20/+12
| | | | | | | | | | | | | | - Make TabContentsDelegate::IsPopup a const function; - Add a default implementation for IsPopup; - Update all derived classes; - Remove the bad const_cast in tab_contents.cc; BUG=none. TEST=none. Code quality improvement and expect no changes. Review URL: http://codereview.chromium.org/3060013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53696 0039d316-1c4b-4281-b951-d872f2087c98
* use_system_ffmpeg broken on gentoo side.jiesun@google.com2010-07-261-2/+0
| | | | | | | | | | | | because if use "system" ffmpeg, AVFrame has no member named "owner". we need use #ifdef to use the single codec context, if system ffmpeg is used. but what if "system" is ffmpeg-mt? Review URL: http://codereview.chromium.org/2873068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53695 0039d316-1c4b-4281-b951-d872f2087c98
* SPDY sends RST_STREAM upon cancelling request, or bad header parse data.erikchen@google.com2010-07-266-18/+70
| | | | | | | | | | Also fix spdy_http_stream_test errors. TEST=net_unittests BUG=46589, 47478, 50198 Review URL: http://codereview.chromium.org/3014030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53693 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls webkit 64062:64069victorw@chromium.org2010-07-261-1/+1
| | | | | | | | | TBR=bulach TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53692 0039d316-1c4b-4281-b951-d872f2087c98
* o3d-webgl: Avoid computation per element if ParamParamArray is bound.pathorn@chromium.org2010-07-261-3/+4
| | | | | | | | BUG=none TEST=o3d-webgl-samples/convolution.html still works Review URL: http://codereview.chromium.org/2881037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53688 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Add bug reference to failing tests:phajdan.jr@chromium.org2010-07-261-0/+2
| | | | | | | | | | | | | MessageLoopTest.EnsureTaskDeletion and MessageLoopTest.EnsureTaskDeletion_Chain TBR=darin TEST=MessageLoopTest.EnsureTaskDeletion and MessageLoopTest.EnsureTaskDeletion_Chain BUG=50272 Review URL: http://codereview.chromium.org/3044025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53687 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed raster print for Pepper v2 plugins on the Mac.sanjeevr@chromium.org2010-07-262-3/+4
| | | | | | | | | BUG=None TEST=Test raster and vector printing with the internal PDF plugin. Review URL: http://codereview.chromium.org/2809076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53684 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Flip PPAPITest.Scrollbar from FAILS to FLAKY on Linux,phajdan.jr@chromium.org2010-07-261-3/+2
| | | | | | | | | | | | | because it is flaky. TBR=jam TEST=PPAPITest.Scrollbar BUG=48544 Review URL: http://codereview.chromium.org/3028025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53681 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: flip FastShutdown.SlowTermination from FAILS to FLAKYphajdan.jr@chromium.org2010-07-261-1/+1
| | | | | | | | | | | | | on Linux, because it is flaky. TBR=estade TEST=FastShutdown.SlowTermination BUG=46614 Review URL: http://codereview.chromium.org/2825069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53679 0039d316-1c4b-4281-b951-d872f2087c98
* update stack for 46343oshima@chromium.org2010-07-261-0/+1
| | | | | | | | | | | | | Seems like the issue is marked as invalid. (or won't fix) I'll send another CL to move this out from #3. TBR=glider@chromium.org BUG=50252 TEST=none Review URL: http://codereview.chromium.org/3012024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53677 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Only use 'AutoFill preferences' for Mac.jhawkins@chromium.org2010-07-261-2/+2
| | | | | | | | | BUG=50102 TEST=none Review URL: http://codereview.chromium.org/3017030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53676 0039d316-1c4b-4281-b951-d872f2087c98
* Only add Chrome App Store if the apps flag is on.nshkrob@chromium.org2010-07-261-0/+5
| | | | | | | | | | | See also http://codereview.chromium.org/3048020 BUG=49972 TEST=Manually Review URL: http://codereview.chromium.org/3007012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53675 0039d316-1c4b-4281-b951-d872f2087c98
* Fix line ending on load_flags_list.hnsylvain@google.com2010-07-261-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53674 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some dead SPDY code.agl@chromium.org2010-07-261-14/+1
| | | | | | | | | (The string doesn't match the current NPN string for SPDY, so this wasn't triggering.) http://codereview.chromium.org/3060014/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53673 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at content settings exceptions lists.estade@chromium.org2010-07-268-21/+167
| | | | | | | | | | | This only shows the existing exceptions (doesn't allow you to add or remove them). It also only works for image exceptions. It always shows the exceptions, instead of hiding/showing them when you press the exceptions button. BUG=48862 TEST=manual Review URL: http://codereview.chromium.org/2856058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53672 0039d316-1c4b-4281-b951-d872f2087c98
* Disable autofill pyauto tests on macnirnimesh@chromium.org2010-07-261-1/+2
| | | | | | | | | | Prompts up the keychain dialog. BUG=49378 Review URL: http://codereview.chromium.org/3040019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53670 0039d316-1c4b-4281-b951-d872f2087c98
* Fix infobar test by actually waiting for infobar before checking for it.nirnimesh@chromium.org2010-07-261-0/+4
| | | | | | Review URL: http://codereview.chromium.org/3055010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53669 0039d316-1c4b-4281-b951-d872f2087c98
* Remove 50061 from known list.huanr@chromium.org2010-07-261-3/+0
| | | | | | | | | BUG=50061 TEST=reliability test passes. Review URL: http://codereview.chromium.org/3070003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53668 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill displayed CC# should include an asterisk e.g. Profile;*1234dhollowa@chromium.org2010-07-262-32/+29
| | | | | | | | | | | Changes separator used in AutoFill label containing credit card info to prefix the card number with an asterisk. BUG=50075 TEST=AutoFillManagerTest.GetCreditCardSuggestions* Review URL: http://codereview.chromium.org/3029030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53667 0039d316-1c4b-4281-b951-d872f2087c98
* Review comments for pragmaonce.pythakis@chromium.org2010-07-261-3/+3
| | | | | | Review URL: http://codereview.chromium.org/3056020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53665 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 64055:64061victorw@chromium.org2010-07-261-1/+1
| | | | | | | | | TBR=bulach TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53664 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresssing leak in MessagePumpLibeventoshima@chromium.org2010-07-261-2/+12
| | | | | | | | | | TBR=timurrrr@chromium.org BUG=50252 TEST=none Review URL: http://codereview.chromium.org/3010030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53663 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 53641 - Landing OEM customization CL for Denisasargent@chromium.org2010-07-2613-237/+148
| | | | | | | | | | | | | | | | | | | | | Original CL http://codereview.chromium.org/3026006 Fixed problems with initial locale change freezing Chrome OS on the device. Added creation of /home/chronos/.oobe_completed flag file. Removed command line switches for testing customization manifests. Added StringFetcher class implementation - URL fetcher that downloads content into std::string. Refactored services customization integration. Removed sample manifests from Chrome repository. They are submitted into Chromium OS repository at chromeos/src/platform/assets/oem_customization. BUG=http://crosbug.com/1888 TEST=Manual. Changes to OEM customization manifests on partner partition, namely the initial locale, time zone, and startup page attributes should change OOBE UX accordingly. Review URL: http://codereview.chromium.org/3064002 TBR=dpolukhin@chromium.org Review URL: http://codereview.chromium.org/3030020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53662 0039d316-1c4b-4281-b951-d872f2087c98
* Relaxing suppression for 42958 and 45301oshima@chromium.org2010-07-261-2/+2
| | | | | | | | | | TBR=timurrrr@chromium.org BUG=42958, 45301 TEST=none Review URL: http://codereview.chromium.org/3061017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53661 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 64044:64054victorw@chromium.org2010-07-261-1/+1
| | | | | | | | | TBR=bulach TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53660 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing bug where paused resource loading needs final repaintvrk@google.com2010-07-261-2/+8
| | | | | | | | | | | | | Adds logic in WebMediaPlayerImpl to trigger one last repaint before going idle when the media is fully loaded. BUG=49567 TEST=media_unittests TBR=hclam Review URL: http://codereview.chromium.org/3033027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53659 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DOS-style line endings in ClipboardDispatcher*dcheng@chromium.org2010-07-264-140/+140
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2832080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53657 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg seek to keyframe on oggfbarchard@chromium.org2010-07-261-4/+0
| | | | | | | | BUG=none TEST=do a seek in chrome on ogg. it should appear clean, not garbled. Review URL: http://codereview.chromium.org/3043021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53656 0039d316-1c4b-4281-b951-d872f2087c98
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-2615-29/+49
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3061013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53655 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Unbold the labels in the crazy menu.erg@google.com2010-07-261-5/+1
| | | | | | | | | BUG=50240 TEST=none Review URL: http://codereview.chromium.org/3039030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53654 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leaks in TopSites.nshkrob@chromium.org2010-07-263-34/+2
| | | | | | | | | | | Revert http://codereview.chromium.org/3064004 BUG=50103 TEST=memory bots, heapcheck. Review URL: http://codereview.chromium.org/3023018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53653 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 2 include guards found by my scriptthakis@chromium.org2010-07-262-2/+7
| | | | | | | | | | | BUG=none TEST=none TBR=erg Review URL: http://codereview.chromium.org/3059007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53652 0039d316-1c4b-4281-b951-d872f2087c98
* Updating stack for 42958oshima@chromium.org2010-07-261-0/+1
| | | | | | | | | | TBR=willchan@chromium.org BUG=42958 TEST=none Review URL: http://codereview.chromium.org/3045015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53651 0039d316-1c4b-4281-b951-d872f2087c98
* On a failure to load the central roster, entire html no longer reloaded,seh@chromium.org2010-07-261-51/+74
| | | | | | | | only the troublesome script is reloaded. Retry logic frequency on an exponential backoff. Review URL: http://codereview.chromium.org/3019018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53650 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting stack for suppression bug_45301_UnknownOwneroshima@chromium.org2010-07-261-0/+1
| | | | | | | | | | | | | This has been changed in r53618, but seeems like it was error. This was matching in prior build, now failing. TBR=timurrrr@chromium.org BUG=45301 TEST=none Review URL: http://codereview.chromium.org/3073001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53648 0039d316-1c4b-4281-b951-d872f2087c98
* STS: enable preloaded for www.noisebridge.netagl@chromium.org2010-07-262-0/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53645 0039d316-1c4b-4281-b951-d872f2087c98