- 30 Nov, 2011 40 commits
-
-
dhollowa@chromium.org authored
This is follow-up from review http://codereview.chromium.org/8486020. This eliminates down-cast of GLSurface in CLContextNSView::Initialize in favor of GLSurfaceNSView::OnMakeCurrent implementation. Also, allows offscreen path in USE_AURA due to its usage in SharedResourcesCC. BUG=104390 TEST=compositor_unittests --gtest_filter=LayerWithRealCompositorTest.* R=apatrick@chromium.org Review URL: http://codereview.chromium.org/8687016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112231 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=bruening Review URL: http://codereview.chromium.org/8748011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112230 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
Also remove and clean-up the remaining vestiges of NTP3 support (they were left n the code just for touch_ntp which was built against them). BUG=105046 TEST=NTP4WebUITest.TestBrowsePages Review URL: http://codereview.chromium.org/8689013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112229 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=63671 TBR=aa@chromium.org Review URL: http://codereview.chromium.org/8747017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112228 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112227 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=105667 TBR=atwilson@chromium.org Review URL: http://codereview.chromium.org/8752001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112226 0039d316-1c4b-4281-b951-d872f2087c98
-
caitkp@chromium.org authored
Review URL: http://codereview.chromium.org/8520009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112225 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:22841 TEST= Review URL: http://codereview.chromium.org/8748006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112224 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Probably should have just fixed the problem given the number of bad ones. BUG=105864 TBR=sail@chromium.org TEST=waterfall.sh match Review URL: http://codereview.chromium.org/8742017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112223 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
The scores across different versions of the V8 benchmark are NOT comparable. So this will change the raw score number and expectations will need to be reset. BUG=None TEST=out/Debug/performance_ui_tests --gtest_filter=V8BenchmarkTest.Perf --run-v8-benchmark TBR=cmp Review URL: http://codereview.chromium.org/8749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112219 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
Most of keyboard layouts are not yet supported for the configuration. BUG=chromium-os:23067 TEST=ran try Review URL: http://codereview.chromium.org/8744009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112216 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Also removed obsolete files to minimize security audit efforts. BUG=chromium-os:23502 TEST= Review URL: http://codereview.chromium.org/8727028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112215 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
We currently use client login to download GAIA info. Unfortunately the client login token expires after 24 hours. To fix this we now use a OAuth2 refresh token to create a new access token each time we download GAIA info. BUG=91241 TEST= Review URL: http://codereview.chromium.org/8746002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112214 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:21994 TEST=Open a photo, click on Edit, click on Brightness, press Enter. The editor should continue to work normally. Review URL: http://codereview.chromium.org/8747008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112210 0039d316-1c4b-4281-b951-d872f2087c98
-
ensonic@google.com authored
Don't include "base/gtest_prod_util.h". It defines one macro and that is not used here. Include the needed testing header in two places instead. BUG=105855 Review URL: http://codereview.chromium.org/8555003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112209 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8735009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112208 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
BUG=chromium-os:23458 TEST=manual Review URL: http://codereview.chromium.org/8746012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112207 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Better handling for less common situations when there is no EXIF section and the SOF section is far from the file start. BUG=chromium-os:22838 TEST=Load the images attached to the bug into the Photo Editor, observe the thumbnails. Review URL: http://codereview.chromium.org/8748004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112206 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=105864 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/8743008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112205 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
BUG=105547 Review URL: http://codereview.chromium.org/8726005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112204 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=100914 TBR=scherkus@chromium.org Review URL: http://codereview.chromium.org/8747010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112203 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=105864 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/8742010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112202 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=105864 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/8746013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112201 0039d316-1c4b-4281-b951-d872f2087c98
-
ensonic@google.com authored
BUG=105855 Review URL: http://codereview.chromium.org/8440064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112200 0039d316-1c4b-4281-b951-d872f2087c98
-
jingzhao@chromium.org authored
Review URL: http://codereview.chromium.org/8673011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112199 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
This is a hang that slows down the bot and the test looks very sensitive to timing. I'm not interested in fully investigating this failure, and I'd like the bot to cycle faster sooner. R=bruening@chromium.org BUG=105762 Review URL: http://codereview.chromium.org/8735005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112198 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=104535 TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/8746011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112197 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=100914 TBR=scherkus@chromium.org Review URL: http://codereview.chromium.org/8743006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112196 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
BUG=chromium-os:20789 TEST=manual Review URL: http://codereview.chromium.org/8681029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112195 0039d316-1c4b-4281-b951-d872f2087c98
-
jimblackler@google.com authored
Re-application of CL originally reviewed here: http://codereview.chromium.org/8383036 That CL was wound back after test failures not caught by commitbot. Those test failures fixed here. Adding parameter to GetStatusLabels to indicate if links are acceptable, as some platforms cannot handle links in all the places these messages are shown." This reverts commit 8a7d864f. BUG=N/A TEST=N/A Review URL: http://codereview.chromium.org/8634008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112194 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
This shouldn't have any effect on this test. BUG=62897 TBR=polina Review URL: http://codereview.chromium.org/8692020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112191 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112190 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change pulls libjpeg-turbo r722, which fixed a problem of alpha values and added faster ARM code. TBR=noel BUG=none TEST=none Review URL: http://codereview.chromium.org/8745002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112189 0039d316-1c4b-4281-b951-d872f2087c98
-
xji@chromium.org authored
Cache substring bounds to avoid unnecessary g_free. Consolidate drawing functions with RenderTextWin. Remove UpdateLayout() from RenderText::SetSelectionModel(). BUG=103647 TEST=TextfieldViewModelTest; Manual test selection highlight on bidi text. (Do not really know how to test "fi" ligature part. But since the selection highlight is not done by using pango attribute, I would assume that solves the problem). Review URL: http://codereview.chromium.org/8536047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112188 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112187 0039d316-1c4b-4281-b951-d872f2087c98
-
mstarzinger@chromium.org authored
R=danno@chromium.org Review URL: http://codereview.chromium.org/8748003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112186 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=chromium-os:23063 Review URL: http://codereview.chromium.org/8486013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112185 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112184 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=TODO TEST=none Review URL: http://codereview.chromium.org/8698006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112182 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
Note that this CL also introduces a new permission webRequestBlocking that is required in addition to webRequest if you want to use blocking request handlers. BUG=60101 TEST=no Review URL: http://codereview.chromium.org/8662010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112181 0039d316-1c4b-4281-b951-d872f2087c98
-