- 19 Apr, 2013 40 commits
-
-
mrunal.kapade@intel.com authored
PluginInstance was declared twice so removing redundant declaration Review URL: https://chromiumcodereview.appspot.com/13976005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195250 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
This patch removes spelling markers from text fields when the user disables "Check spelling of text fields" option. BUG=125508 Review URL: https://chromiumcodereview.appspot.com/14100009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195249 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Since there's no way to query UV coords, we shouldn't be committing if we have to push UV every frame. BUG= Review URL: https://chromiumcodereview.appspot.com/13910011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195248 0039d316-1c4b-4281-b951-d872f2087c98
-
jrummell@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/13493018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195247 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=None TEST=Tests run. Review URL: https://codereview.chromium.org/14365024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195246 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
This CL focuses on cookie parser, CanonicalCookie, and making callers pass PRIORITY_DEFAULT where applicable. What's NOT included in this CL: - TODO(rogerm): Persistence in SQL database. - TODO(huangs): Using cookie priority to affect cookie eviction. - TODO(huangs): Make priorities available for extension API (right now default value is used to set). - TODO(lower priority): Cookie viewer update. - TODO(lower priority): WebCookie update in webkit/glue. BUG=232693 Review URL: https://codereview.chromium.org/14113014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195245 0039d316-1c4b-4281-b951-d872f2087c98
-
shrikant@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/14367007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195244 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
After https://chromiumcodereview.appspot.com/14296005 This change doesn't seem to affect Android WebView TBR=torne@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/14362033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195243 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
The callback will be reused in the following CL's testing code. BUG=127129 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/14362022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195242 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
ResizeCorner was disabled in 2009 due to page cycler performance regressions. BUG=232971 TEST=compiles, existing browser tests, and you can still resize the window and content paints correctly Review URL: https://chromiumcodereview.appspot.com/14362005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195241 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
Corresponding internal issue: https://chromereviews.googleplex.com/7748013 BUG=223859 Review URL: https://chromiumcodereview.appspot.com/14362003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195240 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This avoids DHECKing when a previous session has already been restored, when using multi-profiles. OAuth2LoginManager should handle the session restore state for multiple profiles once multi-profile support is added. BUG=230342 Review URL: https://chromiumcodereview.appspot.com/14354006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195239 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Rotation matrixes are normalized (and will soon changed to handle 90 rotations in special form), so no need to have separate inverse matrix. BUG=222483 TEST=no functionality change. Review URL: https://codereview.chromium.org/14361002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195238 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
This path is super not tested. In the absence of being able to create an IOSurface and do a pixel test, this makes sure the IOSurface layer's drawing path issues the appropriate calls on the context to draw - including using the right texture target which would have caught a regression with the VideoResourceUpdater CL. R=enne, jamesr BUG=230300 Review URL: https://chromiumcodereview.appspot.com/14098007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195237 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
Since there can be long headings, and there's a max width, allow the heading to wrap. TEST=trigger registerProtocolHandler bubble for a long-named handler BUG=None Review URL: https://chromiumcodereview.appspot.com/13748002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195236 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=232450 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/14348016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195235 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
The feature using Profile or Preferences has been moved to DriveScheduler, so we don't need them here anymore. BUG=none Review URL: https://chromiumcodereview.appspot.com/14348013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195234 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
EDERD is only necessary if there are extensions listening for either onChanged or onDeterminingFilename. BUG=224332 Review URL: https://chromiumcodereview.appspot.com/14308002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195233 0039d316-1c4b-4281-b951-d872f2087c98
-
grv@chromium.org authored
Launch link was only getting setup for the apps which allow reload. Moving the launch button setup out. BUG=149036 Review URL: https://chromiumcodereview.appspot.com/13998027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195232 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
third_party/libyuv/source/row_posix.cc:1825:5: error: ran out of registers during register allocation "movdqa %[kShuffleMaskARGBToRGB24_0],%%xmm5 \n" ^ Revert 195220 - roll clang 176256:179138 BUG=none TBR=hans Review URL: https://chromiumcodereview.appspot.com/14169006 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/14365021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195231 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
This caused WebstoreStartupInstallerTest.ArgumentValidation to start crashing with some odd v8 backtrace. BUG=233592 > Prevent chrome.app JSON schema from loading on every page > > The app API along with app.window and app.runtime have been converted to use > the feature system. Bindings are not added to the chrome object for unavailable > APIs that are children of available APIs. For example, if chrome.app is > available, we will not add lazy bindings to chrome for app.window and > app.runtime. This eliminates the need to load the app schema, because we no > longer need to get chrome.app to add the app.runtime and app.window bindings. > > BUG=55316 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194837 > > Review URL: https://chromiumcodereview.appspot.com/13604005 TBR=cduvall@chromium.org Review URL: https://codereview.chromium.org/13852042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195230 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
We should not try to access native_stack from other classes. In addition, we don't know which one to return if StackedPanelCollection is going to have more than one native stack window in the future. BUG=223155 TEST=existing tests Review URL: https://codereview.chromium.org/13999008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195229 0039d316-1c4b-4281-b951-d872f2087c98
-
lliabraa@chromium.org authored
The scripts that were relying on the post-copy location are being updated to use the pre-copy location. BUG=228157 Review URL: https://chromiumcodereview.appspot.com/14295006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195228 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
This fixes an issue when two convertable types are provided we would only record one of the argument names. We also correclty handle convertable names when the argument name is set to be copied. Review URL: https://chromiumcodereview.appspot.com/14244010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195227 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=232434 Review URL: https://chromiumcodereview.appspot.com/14205007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195226 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
Since http://crbug.com/164180 is now fixed, we can enable ~10 unittests that depend on the device time settings and were failing exclusively on bots. BUG=160756 Review URL: https://chromiumcodereview.appspot.com/13947040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195225 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
The current behavior is that the select folder picker displays in desktop mode even when when performed in ASH. Fixes are as below:- 1. In the Chrome browser added plumbing in the SelectFileDialogImpl class to forward this operation of to the metro viewer process via the newly added function HandedSelectFolder which lives in the aura namespace in the remote_window_host_win.cc file. 2. In the metro viewer code added a new class FolderPickerSession which provides the functionality for displaying the metro select folder picker and returning the results from the same. 3. The following IPC messages provide the necessary functionality to funnel the request and the result between the browser and the metro viewer process. MetroViewerHostMsg_DisplaySelectFolder MetroViewerHostMsg_SelectFolderDone I also added code to save away the metro root window in the RemoteRootWindowHostWin class when we receive the MetroViewerHostMsg_SetTargetSurface IPC from the viewer process. We return this window in the RemoteRootWindowHostWin::GetAcceleratedWidget function. This change although not needed for this CL seems correct. BUG=230087 R=cpu,sky Review URL: https://codereview.chromium.org/14282002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195224 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
NOTRY=True BUG=145293 Review URL: https://chromiumcodereview.appspot.com/14195017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195223 0039d316-1c4b-4281-b951-d872f2087c98
-
pasko@google.com authored
Quick fix. Review URL: https://chromiumcodereview.appspot.com/14188044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195222 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
triggered by writing large files into memcache - and for some reason there are giant PSD files checked into extension samples. NOTRY=true BUG=233614 R=cduvall@chromium.org Review URL: https://chromiumcodereview.appspot.com/14188041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195221 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TBR=hans Review URL: https://chromiumcodereview.appspot.com/14169006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195220 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
R=jar@chromium.org Review URL: https://codereview.chromium.org/14348025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195219 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://keyboardbryeung@chromium.org authored
This also moves processing of the KeyEvent JSON structure into ui/keyboard/ from chrome/browser/extensions/api/input/input.cc. The JS is setup with a separate implementation of send_key_event.js (send_key_event_webui.js) that is mapped to the send_key_event.js resource by the WebUIController. This allows the WebUI and extension code to be entirely shared. BUG=222801 Review URL: https://chromiumcodereview.appspot.com/14161009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195218 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
when we close the SpdySession. R=jar@chromium.org BUG=224701 Review URL: https://chromiumcodereview.appspot.com/14150009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195217 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
In light of recent analysis of RC4, this seems like a prudent measure. BUG=none Review URL: https://chromiumcodereview.appspot.com/13985023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195216 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
http://developer.chrome.com/extensions/runtime.html#method-requestUpdateCheck for what I mean. NOTRY=true R=cduvall@chromium.org Review URL: https://chromiumcodereview.appspot.com/13852038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195215 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
> Set up NaClChromeMainArgs number_of_cores member so apps can size threadpools appropriately > > The outer sandbox on Linux and OSX was preventing > sysconf(_SC_NPROCESSORS_ONLN) from succeeding, so that NaCl > applications that need the number of threads were getting a > bogus value (-1 when using newlib, and 1 when using glibc). > > TEST= run_sysconf_nprocessors_onln_test > BUG= 176522 > > Review URL: https://chromiumcodereview.appspot.com/14238013 TBR=bsy@google.com Review URL: https://codereview.chromium.org/14320030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195213 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
In addition: * VideoRenderer is now passed a list of decoders via constructor instead of Initialize() * WebMediaPlayerImpl's FilterCollection is now built in one shot instead of incrementally BUG=173313 Review URL: https://chromiumcodereview.appspot.com/14348007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195212 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This prepares for removing the WebNode originating_node parameter from WebFrameLoader::decidePolicyForNavigation() by adding overrides that don't use the parameter. After Blink moves over to calling the node-less version of these functions and is rolled into Chromium, the WebNode overrides can be deleted. Review URL: https://chromiumcodereview.appspot.com/14330009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195211 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195210 0039d316-1c4b-4281-b951-d872f2087c98
-