- 18 Nov, 2011 40 commits
-
-
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
-
ivankr@chromium.org authored
BUG=102765,103317 TEST=Manual Review URL: http://codereview.chromium.org/8590036 TBR=ivankr@chromium.org Review URL: http://codereview.chromium.org/8586050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110689 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8597009 TBR=ivankr@chromium.org Review URL: http://codereview.chromium.org/8558016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110688 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8597009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110685 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=102765,103317 TEST=Manual Review URL: http://codereview.chromium.org/8590036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110684 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Two new policies added: DiskCacheSize (general cache size) MediaCacheSize (cache size for media files) BUG=100549 TEST=unit_tests *Policy* Review URL: http://codereview.chromium.org/8572006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110681 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Instead of extending the desc field I put the text in the label which is a bit ugly. BUG=100033 TEST=none Review URL: http://codereview.chromium.org/8597008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110680 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=None TEST=build success Review URL: http://codereview.chromium.org/8561010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110679 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110678 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Review URL: http://codereview.chromium.org/8579001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110675 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Regression after http://codereview.chromium.org/8438064 since on login screen status area parent widget is small window. Also remove keyboard_switch_menu.* BUG=chromium-os:22929,chromium:99545 TEST=All dialogs initiated at login screen from status area are displayed in center. TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8513007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110672 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Review URL: http://codereview.chromium.org/8513009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110671 0039d316-1c4b-4281-b951-d872f2087c98
-
elvin@google.com authored
Ensure notification displayed is latest Limit number of notifications that can be received by the client. (Client side Garbage collection) Review URL: http://codereview.chromium.org/8567018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110669 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=none TEST=none TBR=xiyuan Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110667 Review URL: http://codereview.chromium.org/8586007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110668 0039d316-1c4b-4281-b951-d872f2087c98
-