- 01 Feb, 2013 40 commits
-
-
glider@chromium.org authored
BUG=166932 TBR=dpranke Review URL: https://codereview.chromium.org/12094105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180143 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Just c4267 build suppressions. BUG=166496 BUG=167187 R=brettw@chromium.org TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/12084104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180142 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Replace or exclude MMX intrinsics in yuv_convert_simd_x86 due to lack of VS2010 support for them in Win64 On Win64, exclude MMX version in ChooseFilterYUVRowsProc; still use faster SSE2 version. Replace _mm_empty() with new yasm that implements EmptyRegisterState_MMX() with emms in EmptyRegisterState(), ConvertYUVToRGB32_MMX(...), and ConvertYUVToRGB32_SSE(...). This patch does not fix other win64 media link errors; more work remains for bug 172938. Committing for wolenetz from : https://codereview.chromium.org/12082087/#msg15 BUG=172938, 166496 R=wolenetz@chromium.org TBR=wolenetz@chromium.org Review URL: https://codereview.chromium.org/12090114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180141 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=157065 TEST=Changes diamond-key remapping setting on the setting page, and confirms the key is changed correctly. R=yusukes@chromium.org R=sky@chromium.org R=dpolukhin@chromium.org TBR=nkostylev@chromium.org Review URL: https://codereview.chromium.org/11943009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180140 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180139 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/12087123/ Review URL: https://codereview.chromium.org/12096101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180138 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180137 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
TBR=fmalita BUG=none Review URL: https://codereview.chromium.org/12092111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180136 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
original cause should be fixed now > Mark a bunch of tests as failures. > > So GPU bots can turn green. > > BUG=173456,173079 > TEST=gpu bots > TBR=jochen > Review URL: https://codereview.chromium.org/12114037 TBR=zmo@chromium.org Review URL: https://codereview.chromium.org/12096113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180135 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
For conceptual and performance reasons, the v8 API will require explicit passing of Isolates in the future instead of relying on the retrieval of one out of thin air (= either TLS or an evil global variable in v8). This CL makes the Isolate explicit in ProxyResolverV8::Context. The default Isolate is retrieved and remembered in the main browser thread and then passed down to the Context where it is needed in different threads. Review URL: https://codereview.chromium.org/11959029 Patch from Sven Panne <svenpanne@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180134 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
The metadata file describes which pages in the page set are backed by which .wpr files. This allows us to update individual pages in the page set. BUG=155660 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180117 Review URL: https://chromiumcodereview.appspot.com/11881051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180133 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=171946 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180132 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
Going to commit a fixed version soon. > Telemetry: add a metadata layer between page set and .wpr. > > The metadata file describes which pages in the page set are > backed by which .wpr files. This allows us to update individual > pages in the page set. > > BUG=155660 > NOTRY=true > > > Review URL: https://chromiumcodereview.appspot.com/11881051 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/12088107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180131 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This method takes the username and asynchronously returns its sanitized form. The cryptohomed side was implemented at https://gerrit.chromium.org/gerrit/#/c/42300/. BUG=163318 Review URL: https://codereview.chromium.org/12094075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180130 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Skip fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html (issue 145940) Skip plugins/form-value.html (issue 166932) BUG=145940,166932 TBR=dpranke Review URL: https://codereview.chromium.org/12092109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180129 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180128 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Ignores look like to be sufficient to remove any reports. BUG=62694 TBR=thakis NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12091106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180127 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This breaks the tree. > Rolled WebKit 141478:141548 > > TEST=none > TBR=fmalita > BUG=none > > Review URL: https://codereview.chromium.org/12093103 TBR=morrita@chromium.org Review URL: https://codereview.chromium.org/12096111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180126 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
BUG=12092064 TEST= Review URL: https://codereview.chromium.org/12092064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180125 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180122 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
NOTRY=true TBR=isherman@chromium.org BUG=173621 Review URL: https://codereview.chromium.org/12092108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180121 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=173456,173079 R=marja@chromium.org Review URL: https://codereview.chromium.org/12114046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180120 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
TEST=none TBR=fmalita BUG=none Review URL: https://codereview.chromium.org/12093103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180119 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Also fix indentations for the gfx::RenderText tests BUG=173620,173597 TBR=thakis NOTRY=true Review URL: https://codereview.chromium.org/12095101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180118 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
The metadata file describes which pages in the page set are backed by which .wpr files. This allows us to update individual pages in the page set. BUG=155660 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11881051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180117 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180116 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
> Tentatively revert 180083 > Some autofill browser_tests on linux_chromeos are failing: > > http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/11359 > > > [autofill] Hook the sign-in button up to required actions. > > > > - Actually use the info we're getting from wallet to tell whether a user needs > > to authenticate further (in this case only in a non-passive way). > > > > - Add a DialogSignedInState to autofill_dialog_types.h. > > > > - Add a DialogSignedInState SignedInState() to AutofillDialogController interface > > and implements AutofillDialogControllerImpl. > > > > - Adds a UpdateAccountChooser() to AutofillDialogView and implements in > > AutofillDialogViews. > > > > - Use SignedInState() from AutofillDialogViews. > > > > BUG=157270,163508,171528 > > R=isherman@chromium.org,sky@chromium.org > > > > Review URL: https://chromiumcodereview.appspot.com/12094069 > > TBR=dbeam@chromium.org > Review URL: https://codereview.chromium.org/12091104 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/12084107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180114 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=111316 R=marja@chromium.org Review URL: https://codereview.chromium.org/12096109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180113 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180112 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
Some autofill browser_tests on linux_chromeos are failing: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/11359 > [autofill] Hook the sign-in button up to required actions. > > - Actually use the info we're getting from wallet to tell whether a user needs > to authenticate further (in this case only in a non-passive way). > > - Add a DialogSignedInState to autofill_dialog_types.h. > > - Add a DialogSignedInState SignedInState() to AutofillDialogController interface > and implements AutofillDialogControllerImpl. > > - Adds a UpdateAccountChooser() to AutofillDialogView and implements in > AutofillDialogViews. > > - Use SignedInState() from AutofillDialogViews. > > BUG=157270,163508,171528 > R=isherman@chromium.org,sky@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/12094069 TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/12091104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180111 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
Revert 180103 - Only permit plug-in loads in the browser if the plug-in isn't blocked or the user has authorized it with a browser-mediated interaction. BUG=172573 Review URL: https://codereview.chromium.org/12086077 TBR=cevans@chromium.org Review URL: https://chromiumcodereview.appspot.com/12114045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180110 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Links to first failures after my CL: https://src.chromium.org/viewvc/chrome?view=rev&revision=180067 http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28valgrind%29%282%29/builds/20475 http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Heapcheck/builds/24259 I'm planning to suppress the errors in an impending CL. BUG=173597 TEST=No unsuppressed RenderTextLinux leaks. TBR=asvitkine@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/12153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180106 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
> PPAPI: Fix WebSocket Var ref leak receiving binary > > BUG=173503 > > > Review URL: https://chromiumcodereview.appspot.com/12096099 This seems to have broken WebSocket tests on the mac bots http://build.chromium.org/p/chromium.mac/builders/Mac10.6%20Tests%20%281%29/builds/35419 http://build.chromium.org/p/chromium.mac/builders/Mac10.7%20Tests%20%281%29/builds/7829 TBR=dmichael@chromium.org Review URL: https://codereview.chromium.org/12096107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180105 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
user has authorized it with a browser-mediated interaction. BUG=172573 Review URL: https://codereview.chromium.org/12086077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180103 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Reverts a buffer size increase added in http://crrev.com/168111 and hacks added in http://crrev.com/169553 BUG=161307 TEST=Flash, HTML5 playback smoothly -- even in the background. Review URL: https://chromiumcodereview.appspot.com/12155003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180102 0039d316-1c4b-4281-b951-d872f2087c98
-
harrym@chromium.org authored
BUG=166584 Review URL: https://chromiumcodereview.appspot.com/12151002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180101 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180100 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Bubbling isn't enabled in <webview> currently. There's no reason why it's not and this is even more useful once we support window.open and the Permission API. BUG=140316 Review URL: https://chromiumcodereview.appspot.com/12146002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180099 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=173019 TST=visual Review URL: https://chromiumcodereview.appspot.com/12143003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180098 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@google.com authored
BUG= Review URL: https://chromiumcodereview.appspot.com/12139002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180097 0039d316-1c4b-4281-b951-d872f2087c98
-