- 18 Nov, 2011 40 commits
-
-
jhawkins@chromium.org authored
BUG=104775 TEST=none R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/8597013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110732 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
In order to theme certificate viewer html dialog with a different style on chromeos, we need to promote bubble_window_style to more general dialog_style. This way, DialogStyle can be used as a parameter for function ShowHTMLDialog. However, only chromeos builds will use this parameter, others just ignore it. BUG=None TEST=None Review URL: http://codereview.chromium.org/8469006 Patch from Biao She <bshe@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110731 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds TSAN suppression for MessagePumpLibevent::Run. BUG=104769 TEST=TSAN bots go green TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/8588062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110730 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
These should now be replaced by FILES.cfg in all active branches and build scripts. Review URL: http://codereview.chromium.org/8566042 TBR=mmoss@chromium.org Review URL: http://codereview.chromium.org/8596012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110729 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Updates PasswordManagerDelegateImpl::AddSavePasswordInfoBar suppression with switch from Browser to Renderer in path. BUG=96365 TEST=Valgrind goes green TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/8599007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110726 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
These should now be replaced by FILES.cfg in all active branches and build scripts. Review URL: http://codereview.chromium.org/8566042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110725 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=104443 TEST=unit_tests --gtest_filter=ExtensionServiceTest\* under valgrind Review URL: http://codereview.chromium.org/8486019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110724 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds Heapcheck suppression for PrintPreviewTabController. BUG=104760 TEST=Heapcheck bots go green TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/8561020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110723 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=None TEST=build success Review URL: http://codereview.chromium.org/8548011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110722 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
xp-release/sizes/chrome.exe/chrome.exe: http://build.chromium.org/f/chromium/perf/xp-release/sizes/report.html?history=150&rev=110703&graph=chrome.exe BUG=104758 TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/8548015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110721 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
TBR=timurrrr BUG= TEST= Review URL: http://codereview.chromium.org/8588061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110720 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
Review URL: http://codereview.chromium.org/8475024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110719 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds suppression for Valgrind leak at ViewHostMsg_GetPlugins. Seem to have started around r110666. BUG=104756 TEST=Valgrind on Mac goes green TBR=rsleevi Review URL: http://codereview.chromium.org/8598019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110717 0039d316-1c4b-4281-b951-d872f2087c98
-
siggi@chromium.org authored
Baby step one: - All intermediate files go into the intermediate directory. - The packed_files.txt file is gone, and instead the mini_installer is baked from a resource file output into the intermediate dir. - Cleanup use of implict global "options" in the python script. - Use subprocess.call with a list instead of os.system. R=robertshield@chromium.org,grt@chromium.org BUG=102115 Review URL: http://codereview.chromium.org/8589029 TBR=siggi@chromium.org Review URL: http://codereview.chromium.org/8569012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110716 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This fails after roll to WebKit r100780 BUG=104748 Review URL: http://codereview.chromium.org/8600003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110715 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Updates CreateMessageFilters suppression to reflect moved files. BUG=73299 TEST=valgrind goes green TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8561017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110714 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
Ensure that DictionaryValues are deleted when removing from the list of registered component extensions. BUG=none TEST=unit_tests ComponentLoader* Review URL: http://codereview.chromium.org/8598016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110713 0039d316-1c4b-4281-b951-d872f2087c98
-
mcgrathr@chromium.org authored
The status quo is to compile in a bunch of dead code under disable_nacl. It's then littered with conditionals to avoid using things not linked in. That's just silly. When NaCl is disabled, we should not compile any of it in. BUG= none TEST= builds with and without GYP_DEFINES=disable_nacl=1 R=mseaborn@chromium.org Review URL: http://codereview.chromium.org/8591035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110712 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
BUG=74970 TEST=status_tray_chromeos_unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110613 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110691 Review URL: http://codereview.chromium.org/8476003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110711 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
This was originally submitted as http://codereview.chromium.org/8539038/ which was reverted because of a failing test on win. This reverts the code back to a single instance of BrowserMainParts, with auxillary parts (Gtk, Views, Aura, Touch) implemented from a new base class, ChromeBrowserParts, which has a Chrome specific interface, allowing initialization to be better subdivided. This should fix the notifications auto tests. This CL also addresses the test failure on win (and a test failure on linux_chromeos triggered by the windows fix). BUG=103821 TEST=Make sure all tests and autotests run TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8598005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110710 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
BUG=97388 TEST=none Review URL: http://codereview.chromium.org/8536022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110709 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
TBR=nirnimesh@chromium.org TEST=policy_prefs_ui.py Review URL: http://codereview.chromium.org/8596008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110708 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
BUG= TEST= Review URL: http://codereview.chromium.org/8595011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110707 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
GIven that TCMalloc might get its thread teardown notifgication ahead of the profiler, we need to be careful to not do an alloc in the teardown handler. If we did, we might bring TCMalloc back to life on this thread... and it might not get a second teardown notification. r=rtenneti BUG=104696 Review URL: http://codereview.chromium.org/8587031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110706 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110705 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
TBR=pkasting Review URL: http://codereview.chromium.org/8595013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110704 0039d316-1c4b-4281-b951-d872f2087c98
-
siggi@chromium.org authored
Baby step one: - All intermediate files go into the intermediate directory. - The packed_files.txt file is gone, and instead the mini_installer is baked from a resource file output into the intermediate dir. - Cleanup use of implict global "options" in the python script. - Use subprocess.call with a list instead of os.system. R=robertshield@chromium.org,grt@chromium.org BUG=102115 Review URL: http://codereview.chromium.org/8589029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110703 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8597011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110702 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110701 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8588042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110700 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium-os:21999 TEST=Starting with a clean profile, launch ChromeOS and proceed through the steps of setting up a new login profile. Expect spinners to be gray. Review URL: http://codereview.chromium.org/8574017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110699 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
Admins can specify the URL, name, and icon to be used for the enterprise web store. The app itself is implemented as a component extension, with some of the manifest values being specified by policy. BUG=88464 TEST=New ComponentLoaderTest class added to unit_tests. Additional manual testing: set "EnterpriseWebStoreURL" policy to a valid URL and start up Chrome. Verify that there is an app on the new tab page that links to the specified URL. If possible, try installing an extension from somewhere on that URL, and ensure that no warning is shown before showing the permission dialog. Review URL: http://codereview.chromium.org/8477005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110698 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
Right now Android's envsetup.sh requires the chdir to be in Chromium's src directory, whereas this will be different for WebKit. Furthermore, disabling build_ffmpegsumo will resolve a gyp error in ffmpeg.gyp. BUG= TEST= Review URL: http://codereview.chromium.org/8523029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110697 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=ben@chromium.org Review URL: http://codereview.chromium.org/8585012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110696 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
These methods currently all have a static variable that caches the queried value. This causes a problem in unit tests where values can change between tests. I moved them outside of the AudioDevice class and grouped in their own namespace which owns the globally cached state and allows the cache to be invalidated. R=henrika TEST=Run *WebRTC* tests in content. Review URL: http://codereview.chromium.org/8588030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110695 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110694 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
This version adds pretty JSON policy template formatting. BUG=101141 TEST=none Review URL: http://codereview.chromium.org/8588052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110693 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
There seems to be some gyp problems still to be fixed with the linux_touch bot. BUG=74970 TEST=status_tray_chromeos_unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110613 Review URL: http://codereview.chromium.org/8476003 TBR=leandrogracia@chromium.org Review URL: http://codereview.chromium.org/8588054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110692 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
BUG=74970 TEST=status_tray_chromeos_unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110613 Review URL: http://codereview.chromium.org/8476003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110691 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
instead of a warning on commit, since there continue to be occasional fale positives and to fix the last ones the presubmit script would need to invoke a full C++ parser. Update the warning text. BUG=none TEST=dev tested locally on a specially set-up branch with various files that tickle the presubmit test. Review URL: http://codereview.chromium.org/8586024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110690 0039d316-1c4b-4281-b951-d872f2087c98
-