- 15 Nov, 2011 40 commits
-
-
mcgrathr@chromium.org authored
This makes it so that attaching gdb to a nacl_helper process, or using gdb on a core dump from such a process, automatically finds the symbols of the nacl_helper executable and all the shared libraries it uses. The theory of operation and the details are explained in comments in the code. BUG= http://code.google.com/p/chromium/issues/detail?id=103436 TEST= nacl still works, gdb attach on nacl_helper process, or gdb on core file from one, find symbols R=mseaborn@chromium.org,bradchen@google.com Review URL: http://codereview.chromium.org/8491060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110120 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
BUG=104124 Review URL: http://codereview.chromium.org/8566018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110119 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
Make the test set the clipboard first before testing that CUT doesn't set the clipboard. Without this, the test would fail when run a second time due to existing clipboard contents. Also, refactor the code to add test helper methods for getting and setting clipboard text. BUG=none TEST=Run NativeTextfieldViewsTest.ReadOnlyTest twice. The second time should not fail. Review URL: http://codereview.chromium.org/8570002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110118 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@chromium.org authored
- Modify existing performance test by first buffer 100% video, ignore first 10 seconds to get rid of initial dropped frames noise. Then test for next 60 seconds. - Replaced the test video to Transformers 3 high-motion trailer for better testing. Review URL: http://codereview.chromium.org/8548002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110117 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
. Avoid trying to layout the desktop when its size is set to 0x0 when minimized on Windows. . Don't show the "Default Browser" UI in Aura either. . Don't flash the active window inactive briefly when clicking on launcher items. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109966 Review URL: http://codereview.chromium.org/8565015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110116 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=90443 TEST=none Review URL: http://codereview.chromium.org/8533023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110115 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-