- 19 Apr, 2013 40 commits
-
-
asvitkine@chromium.org authored
BUG=233590 Review URL: https://chromiumcodereview.appspot.com/13852036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195271 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
We need to call aura::Window::Show from the DesktopNativeWidgetAura::ShowMaximizedWithBounds and ShowWithWindowState functions. This is specifically important if the underlying Widget was hidden and then made visible via Widget::Show. The visibility state of the aura Window object remains as hidden, which results in the compositor not painting this window. Fixes bug http://code.google.com/p/chromium/issues/detail?id=229913 where the composited panel window would turn black on Windows 8 if we switched to the metro screen and back. R=ben@chromium.org BUG=229913 TEST=Covered by new views unit test TestWindowVisibilityAfterHide Review URL: https://chromiumcodereview.appspot.com/13849012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195270 0039d316-1c4b-4281-b951-d872f2087c98
-
jun.a.jiang@intel.com authored
It is used to define the destination texture if needed, which is possible for texImage2D(..., canvas) and texImage2D(..., video) in WebGL. BUG= Review URL: https://chromiumcodereview.appspot.com/13613006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195269 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This switches Chromoting hosts to use libyuv for RGB->YUV and clients to use libyuv for non-scaling rendering. TEST=remoting_unittests BUG=145561 Review URL: https://chromiumcodereview.appspot.com/13474013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195268 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Adapts in particular the ManagedNetworkConfigurationHandler, the networkingPrivate extension API and the network configuration extension. BUG=223869 TBR=thestig@chromium.org (for chrome_browser_chromeos.gypi) Review URL: https://chromiumcodereview.appspot.com/12676017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195267 0039d316-1c4b-4281-b951-d872f2087c98
-
dkrahn@google.com authored
AttestationPolicyObserver performs Chrome OS attestation work in response to policy changes. This CL integrates AttestationPolicyObserver with the Chrome OS device policy infrastructure. It also defines a AttestationCAClient skeleton which is necessary to instantiate AttestationFlow and changes AttestationFlow to take ownership of its ServerProxy instance. BUG=chromium:219959 TEST=unit_tests; chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/12556004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195266 0039d316-1c4b-4281-b951-d872f2087c98
-
mvrable@chromium.org authored
Add a new type of log item in the activitylog_urls table: WEBREQUEST, used to summarize the changes made to an HTTP request using the blocking WebRequest extension API. The types of modifications made are always logged when the extension activity log is enabled; the details of the modification are only kept if the activity log testing flag is enabled (as the details may contain sensitive data). BUG=169628 Review URL: https://chromiumcodereview.appspot.com/12491012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195265 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
This refactoring continues the division of the behaviour of ProcessSingleton into two parts: * The protocol for establishing a server process and communicating between the client and server. * How the server processes command-line invocations. Very small behavioural change: * If an error occurs while parsing the command-line received via COPY_DATA, the modal dialog (if any) is no longer flashed and raised to foreground. The motivation for this change is that I wish to introduce some more sophisticated behaviour when queuing messages during startup. See the follow-up CL (in-progress) at https://codereview.chromium.org/12674028/ . BUG=170726,170734,225693 Review URL: https://chromiumcodereview.appspot.com/12096114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195264 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
> views: Finally get rid of the deprecated Menu2 API. > > BUG=None > TEST=None > R=sky@chromium.org,msw@chromium.org > > Review URL: https://codereview.chromium.org/14150005 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/14320040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195259 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
ETLD+1. Review URL: https://codereview.chromium.org/14365006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195258 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Crashes still occur, I'm reverting this and http://crrev.com/194356 https://chromecrash.corp.google.com/browse?q=product.name%3D'Chrome'%20AND%20product.version%3D'28.0.1483.0'%20AND%20custom_data.ChromeCrashProto.ptype%3D'browser'%20AND%20custom_data.ChromeCrashProto.magic_signature_1.name%3D'views%3A%3ANativeMenuWin%3A%3AAddMenuItemAt > views: Fix crash in NativeMenuWin::AddMenuItemAt(). > > BUG=233243 > R=msw@chromium.org > TBR=ben@chromium.org > > Review URL: https://codereview.chromium.org/14267007 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/14188051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195257 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
The implemenation is based on Windows sensor framework COM API. It uses the data of inclinometer 3D sensor which is a required fusion sensor based on the accelerometer sensor. BUG=224849 TEST=http://www.html5rocks.com/en/tutorials/device/orientation/deviceorientationsample.html Review URL: https://codereview.chromium.org/13433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195256 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This minimizes the diff in https://codereview.chromium.org/14241006/ . BUG=none TEST=none TBR=joi Review URL: https://codereview.chromium.org/14320039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195254 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
All third party input method is provided as Extension IME, thus we don't need to use additional field, just check with |id|. BUG=None TEST=Confirmed still asterisk is shown for extension IME as the indicator of third party IME. Review URL: https://chromiumcodereview.appspot.com/14070014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195252 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
R=jar@chromium.org Review URL: https://codereview.chromium.org/14246041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195251 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-