- 15 Nov, 2011 40 commits
-
-
jar@chromium.org authored
If this causes ASAN problems with browser tests, then I'll revert it. Tests to watch out for (on ASAN bot) are: IncognitoSplitMode TwoExtensionsCrashBothAtOnce TwoExtensionsOneByOne AutoUpdate CognitoNoFile IncognitoNoFile OnChangedNotificationsBetweenBackgroundPages SplitModeIncognito So far, I've uncommented two hooks, with no problems ;-). One of these hooks will illuminate the problems. r=rtenneti BUG=103830 Review URL: http://codereview.chromium.org/8463033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110114 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
We now allocate a map to hold contexts for worker threads when we are doing tear-down of the thread. This data structrure is intentionally leaked, along with all stats tables in the profiler. r=rtenneti Review URL: http://codereview.chromium.org/8533031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110113 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Review URL: http://codereview.chromium.org/8524020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110112 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Use MAYBE_ convention as FocusSearch is a method call in the file as well. TBR=isherman@chromium.org BUG=104307 Review URL: http://codereview.chromium.org/8572015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110111 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadt@chromium.org authored
BUG=102720 TEST=Manual repro steps in the bug report. Review URL: http://codereview.chromium.org/8505047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110110 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
BUG= TEST=compiles, ./net_unittests Review URL: http://codereview.chromium.org/8533011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110109 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This behavior is only forced on enterprise devices, and for logged in users whose username matches the enrollment domain. This requires waiting for a couple of things: - oauth token fetching - dm server register token fetching - user policy fetching The cache resumes initialization too if any of these steps fails. Fetching of OAuth tokens usually happens after Profile creation, but in this case it will be done earlier so that the policy fetching can proceed before the Profile is fully created. This fixes the races between policy and sync, startup pages, etc. BUG=chromium-os:17698 TEST=Logins of enterprise users on enrolled ChromeOS devices waits for a policy fetch before proceeding. Review URL: http://codereview.chromium.org/8499021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110108 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
thus eliminating overdraw. To do this, the hole punching logic was changed to look at the entire tree. Drawing the screen is a preorder traversal through all the layers. Thus, to compute the hole, we have to look at all of the layers after a particular layer in the preorder traversal. This is not an efficient algorithm, but it is simplest I could come up with. Plus we will be moving to the WebKit compositor soon. Hopefully this will improve the frame rate for the Aura demos Note: I will put the changes to Transform into another patch. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107360 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107440 Review URL: http://codereview.chromium.org/8368013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110107 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
working. BUG=none TEST=none TBR=hnguyen Review URL: http://codereview.chromium.org/8565038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110106 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/8465022 TBR=droger@google.com Review URL: http://codereview.chromium.org/8571008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110105 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=passes everywhere Review URL: http://codereview.chromium.org/8520013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110104 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=103820 TEST=new test added (ClickOnMenu) The new test depends on http://codereview.chromium.org/8387043/ to pass. Review URL: http://codereview.chromium.org/8536027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110103 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
looks like this is regressed in r90978 BUG=none TEST=OmniboxViewViews test will use TextfieldViews Review URL: http://codereview.chromium.org/8567009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110102 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Reason: Was causing Clang crashes on Google Chrome Mac official builder, e.g. http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Mac/builds/5731) Linux directory detection is now done in the driver instead of in the frontend, so let the plugin test script invoke the driver instead of clang -cc1 (else it won't find <string> etc on linux). BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/8538027 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/8574008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110101 0039d316-1c4b-4281-b951-d872f2087c98
-
alicet@chromium.org authored
BUG=98323 TEST=None Review URL: http://codereview.chromium.org/8564038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110100 0039d316-1c4b-4281-b951-d872f2087c98
-
droger@google.com authored
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/8465022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110099 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Currently the Windows HTMLDialogWindow is resizable but the Mac version is not. With this CL I'm matching the Windows behavior and making the dialog resizable with a minimum size of HtmlDialogUIDelegate::GetDialogSize(). BUG=100921 TEST=Open the task manager and verified that the dialog could be resized. Review URL: http://codereview.chromium.org/8566014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110098 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=103913 TEST=fixing a unit test; test should no longer fail when run on Lion Review URL: http://codereview.chromium.org/8568001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110095 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
TBR=isherman@chromium.org BUG=104307 Review URL: http://codereview.chromium.org/8574006 TBR=joi@chromium.org Review URL: http://codereview.chromium.org/8468006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110093 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
TBR=isherman@chromium.org BUG=104307 Review URL: http://codereview.chromium.org/8574006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110092 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
TBR=jsbell@chromium.org BUG=104306 Review URL: http://codereview.chromium.org/8572013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110091 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
than one of them has now flaked as per bug 104132. TBR=dmazzoni@chromium.org BUG=104132 Review URL: http://codereview.chromium.org/8568009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110090 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: http://codereview.chromium.org/8528036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110089 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=103258 TEST=compiles Review URL: http://codereview.chromium.org/8568008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110087 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=103258 TEST=no change in sad tab behavior Review URL: http://codereview.chromium.org/8477042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110086 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=64263 TEST=None R=willchan@chromium.org Review URL: http://codereview.chromium.org/8552002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110085 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110084 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=None TEST=None TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/8573001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110083 0039d316-1c4b-4281-b951-d872f2087c98
-
wyck@chromium.org authored
Adds a WebUIBrowserTest for WebUI Hung Renderer Dialog. Also modifies HungRendererDialog to allow it to be called in a test without killing processes or restarting hang timers. Fixed revert issue with win_aura. BUG=102073 TEST=browser_tests HungRendererDialogUITest.* Review URL: http://codereview.chromium.org/8555027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110082 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110081 0039d316-1c4b-4281-b951-d872f2087c98
-
bsalomon@google.com authored
Review URL: http://codereview.chromium.org/8565022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110080 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=103941 TEST=Manual: in about:flags, enable WebUI lock screen, then lock screen; no 'Add user' button should be visible. Review URL: http://codereview.chromium.org/8468004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110079 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110078 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
The ThreadSanitizer detected data races in the code and more work will be done to make webrtc tracing work with Chromium. TBR=niklase BUG=103711 Review URL: http://codereview.chromium.org/8573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110077 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
Using the initializer list construct = {0} allows the object to be linker initialized. Modify the LazyInstance class design to make it a pod aggregate type that can be linker initialized this way. Also combines the instance and state members, in line with the Singleton<> class design. Introduces a new LAZY_INSTANCE_INITIALIZER macro specifically for using to init all lazy instances + modify all existing callsites to use it. (Old code would no longer compile) BUG=94925 TEST=existing tests pass. http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=150&header=chrome-si&graph=chrome-si&rev=-1 should step downward. TBR=jam@chromium.org,rvargas@chromium.org,darin@chromium.org,ben@chromium.org,apatrick@chromium.org,akalin@chromium.org Review URL: http://codereview.chromium.org/8491043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110076 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=chromium-os:20044,chromium-os:22552,chromium-os:22825 TEST=Manual: tab order on the Login dialog should be: user pods, Shutdown/Add User buttons, Remove user buttons, status area. Review URL: http://codereview.chromium.org/8567006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110074 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Previously, all lines were joined together into a single hard-to-read block. Change expanded state to make white-space significant so multi-line error messages are on separate lines and network configuration renders nicely. BUG=chromium:104138 TEST=Put network configuration policy in place and check about:policy. Review URL: http://codereview.chromium.org/8555009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110070 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=stevenjb@chromium.org BUG=chromium-os:21760 TEST=Change the network state with a11y turned on Review URL: http://codereview.chromium.org/8503041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110069 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=None TEST=Compiles and passes tests. Review URL: http://codereview.chromium.org/8555012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110068 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110063 0039d316-1c4b-4281-b951-d872f2087c98
-