- 15 Nov, 2011 32 commits
-
-
estade@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8137002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110018 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
Review URL: http://codereview.chromium.org/8542001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110017 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
untrusted.gypi. Ninja has a different layout, which this was breaking. BUG=None TEST=None R=noelallen@google.com,wez@google.com Review URL: http://codereview.chromium.org/8510068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110015 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
WM_DEVICECHANGE is sent when there's been a change to devices or the computer; specifically when a USB device is connected or disconnected. This is intended for use in support of Gamepads for more performant polling and connect/disconnect testing. Currently only on Windows, though seems reasonable to add for other platforms in the future. BUG=79050 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109960 Review URL: http://codereview.chromium.org/8523021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110014 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/8555018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110013 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=kbr@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8540032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110012 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Add the ability to click on source locations in about:profiler, and have it jump to the corresponding source file + line number. BUG=100992 Review URL: http://codereview.chromium.org/8565037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110011 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
They are never used. BUG=103951 Review URL: http://codereview.chromium.org/8536029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110010 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
When trying to include the real NSS headers from other files under crypto/third_party/nss, the local versions would get used on the MSVS build. BUG=none TEST=none Review URL: http://codereview.chromium.org/8538025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110009 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8508036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110008 0039d316-1c4b-4281-b951-d872f2087c98
-
benrg@chromium.org authored
BUG=99706 TEST=none Review URL: http://codereview.chromium.org/8506034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110007 0039d316-1c4b-4281-b951-d872f2087c98
-
scr@chromium.org authored
R=binji@chromium.org BUG=102750 TEST=browser_tests --gtest_filter=SyncSetupWebUITest.* Review URL: http://codereview.chromium.org/8503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110006 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=dyu@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8510073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110005 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
This CL just pre-checks the selection to merge lines that differ only in which WorkerThread was tracked, or which PAC thread was tracked. r=eroman BUG=100992 Review URL: http://codereview.chromium.org/8558004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110004 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
This will automatically catch thread names in several of the child processes we are after, and it also catches the name for a webkcore thread. The underlying function uses a try/catch clause, which contaminates the entire function. As a result, I needed to factor out that section, so that I could still call to set the profiler thread name. Without this, the shared dbg build will fail to compile. r=rtenneti Review URL: http://codereview.chromium.org/8565036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110003 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
Google Update (Omaha) will send the value up in app pings. BUG=100751 TEST=install user-level Chrome. check HKCU\Software\Google\Update\Clients\{8A69D345-D564-463c-AFF1-A69D9E530F96} for a "lang" value. Review URL: http://codereview.chromium.org/8555010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110002 0039d316-1c4b-4281-b951-d872f2087c98
-
alekseys@chromium.org authored
This is done by using a metafile to capture the font that Uniscribe would use to render the text (since there is no API to get this from Uniscribe itself). Makes SCRIPT_CACHE be per-run, since different runs may have different fonts and the SCRIPT_CACHE cannot be re-used between these. This is similar to what is done in WebKit in FontCacheWin.cpp BUG=90426 TEST=Run chrome.exe --use-pure-views and paste some Hebrew text into the omnibox. It should show up properly. Review URL: http://codereview.chromium.org/8565011 TBR=asvitkine@chromium.org Review URL: http://codereview.chromium.org/8568002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110001 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Comboboxes in a web-page show up in the wrong place if the browser window is not positioned at (0,0). BUG=104224 TEST=manually Review URL: http://codereview.chromium.org/8555020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110000 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Also, convert the version number for the PPB_Flash_Clipboard interface to the standard form. BUG=104001,104184 TEST=(The existing) Pepper Flash still works. TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8559003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109999 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8511045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109998 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
These are just the same ones that we're currently using in Chrome OS. BUG=101977 TEST=manual: used in conjunction with a forthcoming change Review URL: http://codereview.chromium.org/8533022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109997 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:19788 TEST=See issue Review URL: http://codereview.chromium.org/8537002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109996 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Fix a callback when we're running linux_chromeos BUG=none TEST=none Review URL: http://codereview.chromium.org/8565033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109993 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Review URL: http://codereview.chromium.org/8566013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109992 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
xib changes: Add padding to the sides of the view to accommodate rendering a thick shadow around the edges of the fullscreen exit bubble. BUG=100879 Review URL: http://codereview.chromium.org/8425007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109991 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=97256,102582 TEST=AlwaysOnTop related tests in ShellTest should pass. Review URL: http://codereview.chromium.org/8387043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109990 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@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. See previous attempt: http://codereview.chromium.org/8372042 See revert of that attempt: http://codereview.chromium.org/8497001/ BUG=102073 TEST=browser_tests HungRendererDialogUITest.* Review URL: http://codereview.chromium.org/8462015 TBR=wyck@chromium.org Review URL: http://codereview.chromium.org/8510071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109989 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
BUG=104179 TEST=none Review URL: http://codereview.chromium.org/8564031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109988 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8539006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109987 0039d316-1c4b-4281-b951-d872f2087c98
-
robert.nagy@gmail.com authored
BUG= TEST=compile Review URL: http://codereview.chromium.org/8564020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109986 0039d316-1c4b-4281-b951-d872f2087c98
-
kushi.p@gmail.com authored
The interface now conforms to base::mac::GetValueFromDictionary<>(dictionary, key). The tests written have loosely compared it against the original base::mac::GetValueFromDictionary method for expectations. TEST=FoundationUtilTest.GetValueFromDictionary Review URL: http://codereview.chromium.org/8540021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109985 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. See previous attempt: http://codereview.chromium.org/8372042 See revert of that attempt: http://codereview.chromium.org/8497001/ BUG=102073 TEST=browser_tests HungRendererDialogUITest.* Review URL: http://codereview.chromium.org/8462015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109984 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Nov, 2011 8 commits
-
-
tburkard@chromium.org authored
R=cbentzel, dominich Review URL: http://codereview.chromium.org/8540025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109983 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109982 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
Cookie.TimeLoad (previously the total time the IO thread was busy loading cookies) is now the sum of all DB-thread tasks for loading cookies. Cookie.TimeBlockedOnLoad is the time between the IO thread requesting cookies to load and them finally being loaded. Cookie.PriorityBlockingTime is the amount of time that there were one or more web requests waiting on cookies to load. Cookie.PriorityLoadCount is the number of priority loads that occurred (i.e., different domains that were requested before the cookie store was fully loaded). BUG=68657 TEST= Review URL: http://codereview.chromium.org/8537016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109981 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
[I've removed the code, via a separate CL, that DCHECK() earlier today] This will automatically catch thread names in several of the child processes we are after, and it also catches the name for a webkcore thread. r=rtenneti Review URL: http://codereview.chromium.org/8558003 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8564014 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8565030 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8555022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109980 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
WM_DEVICECHANGE is sent when there's been a change to devices or the computer; specifically when a USB device is connected or disconnected. This is intended for use in support of Gamepads for more performant polling and connect/disconnect testing. Currently only on Windows, though seems reasonable to add for other platforms in the future. BUG=79050 Review URL: http://codereview.chromium.org/8523021 TBR=scottmg@chromium.org Review URL: http://codereview.chromium.org/8528044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109979 0039d316-1c4b-4281-b951-d872f2087c98
-
twiz@chromium.org authored
Re-introduction of release mode checks to determine the cause of CreateDIBSection failures. The crash is happening outside of the expected conditions in which CreateDIBSection would fail (large bitmap size, GDI and virtual memory pressure). To track the cause, this CL attempts to capture the last system error on bitmap allocation failure. See previous checks here: http://codereview.chromium.org/8341090 BUG=101934, 104063 TEST=NONE Review URL: http://codereview.chromium.org/8509030 TBR=twiz@chromium.org Review URL: http://codereview.chromium.org/8565027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109978 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This is done by using a metafile to capture the font that Uniscribe would use to render the text (since there is no API to get this from Uniscribe itself). Makes SCRIPT_CACHE be per-run, since different runs may have different fonts and the SCRIPT_CACHE cannot be re-used between these. This is similar to what is done in WebKit in FontCacheWin.cpp BUG=90426 TEST=Run chrome.exe --use-pure-views and paste some Hebrew text into the omnibox. It should show up properly. Review URL: http://codereview.chromium.org/8565011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109977 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
Change-Id: If343fbc83fdb0d0720bd7292e1db6e81188404b1 R=dnicoara@chromium.org,sadrul@chromium.org,tfarina@chromium.org BUG=chromium:102903 TEST=compiles Review URL: http://codereview.chromium.org/8508039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109976 0039d316-1c4b-4281-b951-d872f2087c98
-