- 22 May, 2014 40 commits
-
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272316 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
This patch reverts r272117, which broke the prelight state on toolbar buttons. BUG=376478,374325 TBR=sadrul@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/296703012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272315 0039d316-1c4b-4281-b951-d872f2087c98
-
leng@chromium.org authored
Specifically, edits font size and padding, and makes calculation of the close button's origin clearer. BUG=None Review URL: https://codereview.chromium.org/294123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272313 0039d316-1c4b-4281-b951-d872f2087c98
-
yusufo@chromium.org authored
Right now we set the surface view background color everytime we create a new surface and this causes a white flash everytime the activity is resumed BUG=365589 Review URL: https://codereview.chromium.org/293983011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272312 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Don't allow octal in default (and constant) values. (Or any other values that may pop up.) R=sky@chromium.org Review URL: https://codereview.chromium.org/291173010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272311 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
BUG=357270 TEST=GestureProviderTest.AuraTripleTap Review URL: https://codereview.chromium.org/289373009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272310 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
MediaStreamManager::SendMessageToNativeLog posts a task to the UI thread, which will attach the audio thread to the Android java VM. Unlike chrome created threads, the audio thread is owned by the OS and does not detach itself from the VM on exit, causing a crash. The fix is to not call SendMessageToNativeLog on Android because webrtc logging is never enabled on Android due to the lack of extension. BUG=365915 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271764 Review URL: https://codereview.chromium.org/294803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272309 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Resurrecting PrepareForShutdown as it can be implemented onl in ash. BUG=None Review URL: https://codereview.chromium.org/294073006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272308 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Also make ActiveScriptController used for all extensions with pseudo-all-hosts (e.g., *://*.com/*). Add unittests for ActiveScriptController (to complement the browsertests). BUG=362353 Review URL: https://codereview.chromium.org/293003008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272307 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
No longer used/present. R=reed@google.com Review URL: https://codereview.chromium.org/298973006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272306 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
TBR=sadrul NOTRY=true Review URL: https://codereview.chromium.org/296903007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272304 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
Don't update username_element and password_element in UpdateLogin(). BUG=349138,344337 Review URL: https://codereview.chromium.org/299443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272303 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Sheriffs tend to get confused by stacks from intentional exceptions in gtest output. This should avoid us chasing red herrings. BUG= Review URL: https://codereview.chromium.org/292743020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272302 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Instead of using both Clock::IsPlaying() and waiting_for_clock_update_, use a three-state representation so it's easier to determine the actual state of both audio rendering and the clock when Pipeline is in its playing state. Introduce some helpers to deal with transitioning between states. This is needed for the upcoming BufferingState changes as Pipeline now handles underflow/preroll. BUG=370634 Review URL: https://codereview.chromium.org/294133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272301 0039d316-1c4b-4281-b951-d872f2087c98
-
yiyaoliu@chromium.org authored
Schedule a task to run ShouldOfferMetricsReporting() on FILE thread. The reason of doing this is that GoogleUpdateSettings::GetCollectStatsConsent() can't be called from UI thread, but the bubble class function might be called from UI thread. BUG=372060 Review URL: https://codereview.chromium.org/287653004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272300 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272299 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
This is in preparation for GCM componentization. BUG=356716 TEST=existing tests TBR=yoz@chromium.org Review URL: https://codereview.chromium.org/292813007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272298 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
This pulls in the latency graph side panel. BUG=None TBR=nduca Review URL: https://codereview.chromium.org/284313015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272297 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
BUG=374834 Review URL: https://codereview.chromium.org/293133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272296 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL is clean up of nacl_test_data.gyp file by supporting nonsfi testing in ppapi_nacl_test_common.gypi. For that purpose, this CL introduces a simple script create_nonsfi_test_nmf.py, to generate .nmf files based on gyp configurations. TEST=Ran browser_tests --gtest_filter=NaClBrowserTest* locally, and ran trybots with --clobber. BUG=368949 Review URL: https://codereview.chromium.org/294593005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272295 0039d316-1c4b-4281-b951-d872f2087c98
-
weitaosu@chromium.org authored
With this change, the webapp will install the host component (if it is not installed) on Windows when the user tries to share an IT2Me session. Also HostInstallDialog (instead of HostSetupDialog) now displays the installation progress dialog so it can be shared by both IT2Me and Me2Me. The code around HostDispatcher and HostIt2MeDispatcher is still a bit ugly but it should look better after the removal of the NPAPI dispatching logic, which comes next. BUG=134215 Review URL: https://codereview.chromium.org/291133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272294 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
This profiler will take care of gathering the profiling data used by the PGO builders on Windows. Because of the aggressive way Chrome shutdown its processes we need to manually call pgosweep.exe (http://msdn.microsoft.com/en-us/library/9hwkw6e8.aspx) to dump the profiling data into a PGC file. BUG=309849 Review URL: https://codereview.chromium.org/276683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272293 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
Parsing /etc/issue is unreliable. I tried logging into a compute engine bot to verify that output of lsb_release and it reported precise correctly (mine your the /etc/issue was also the same as precise and didn't contain GCEL). BUG=376363 R=thestig@chromium.org Review URL: https://codereview.chromium.org/298863006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272292 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=245025 Review URL: https://codereview.chromium.org/267323009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272291 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
When the window is resized, some drivers clobber the back buffer. Unfortunately that can happen in the middle of a frame, and so we lose part of what we've drawn and don't know it until we swapped (resulting in flashes). So instead, we create a child window, with a CopyFromParent visual (to avoid inducing extra blits in the driver), that we can resize exactly in Resize(), correctly ordered with GL, so that the buffer clobber is at the beginning of the frame, before we will draw anything to it. BUG=326995 Review URL: https://codereview.chromium.org/296003010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272290 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
Otherwise the title change applies to the previous navigation entry and causes trouble. BUG=376034 TEST=Open settings. Click History, Extensions, Settings, History, Extensions, Settings, etc. Drag the back button down. Icons should match titles (and the pages the entries should be on). Review URL: https://codereview.chromium.org/299703012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272289 0039d316-1c4b-4281-b951-d872f2087c98
-
ankit2.kumar@samsung.com authored
Added code to enable/disable navigation buttons(prev/Next). Prev button will be enable only if user can navigate in back direction and similarly Next button will be enable only if user can navigate in forward direction. BUG=374702 NOTRY=true Review URL: https://codereview.chromium.org/287373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272288 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=353533 TEST=None R=sky TBR=benwells (For trivial change to apps/ui/views/native_app_window_views.cc) Review URL: https://codereview.chromium.org/282133005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272287 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272286 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
> Roll pdfium to get fixes for build warnings. > > a3f590b Add Matt Giuca to AUTHORS. > 4db62f5 Fixed or silenced all warnings and turned on warnings-as-errors. > 2c4b046 cf2hints: Fix early loop termination causing hints to be ignored. > 4fbe779 Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning. > 6f9095f Add my @chromium account in the AUTHORS file. > 54c1825 Remove "using namespace agg" to make it clear which code is using agg, and also so we can turn compiler warnings into errors. > 5ce98f5 Fix warning on Mac. > 41f0590 Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library. > > R=thestig@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271905 > > Review URL: https://codereview.chromium.org/295983005 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/289083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272285 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
This was meant to go into branch 1985. > Enable Bluetooth Chrome APIs for M-36 beta. > > BUG=376064 > > Review URL: https://codereview.chromium.org/287193008 TBR=tengs@chromium.org Review URL: https://codereview.chromium.org/296003015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272284 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=376064 Review URL: https://codereview.chromium.org/287193008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272283 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
In the Indexed DB spec, schema updates occur synchronously from the perspective of script, e.g. you can create a store then use it immediately without waiting for a request to complete. That model was carried through to the back end, but with a subtle issue that the deletion of a store or index could "race ahead" of a previously requested use of it. Change store/index deletion to take place in order with other requests, so do all the work (in-memory and backing store) during the scheduled operation, rather than on IPC receipt. Also change store/index creation to do all the work (in-memory and backing store) synchronously, since index population is already preemptively done. And since this requires shuffling when the "abort" operations should be queued, rework the API there slightly. BUG=370056,368271, 362723 R=cmumford@chromium.org,ericu@chromium.org Review URL: https://codereview.chromium.org/277583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272282 0039d316-1c4b-4281-b951-d872f2087c98
-
mallinath@chromium.org authored
R=perkj@chromium.org,asvitkine@chromium.org Review URL: https://codereview.chromium.org/291533004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272281 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=375774 TEST=none R=asvitkine@chromium.org Review URL: https://codereview.chromium.org/289283012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272280 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/289283009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272279 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272278 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
a3f590b Add Matt Giuca to AUTHORS. 4db62f5 Fixed or silenced all warnings and turned on warnings-as-errors. 2c4b046 cf2hints: Fix early loop termination causing hints to be ignored. 4fbe779 Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning. 6f9095f Add my @chromium account in the AUTHORS file. 54c1825 Remove "using namespace agg" to make it clear which code is using agg, and also so we can turn compiler warnings into errors. 5ce98f5 Fix warning on Mac. 41f0590 Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library. R=thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271905 Review URL: https://codereview.chromium.org/295983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272277 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
The ThreadProxy does not need to block the main thread anymore, instead have it post back DidInitializeOutputSurface() with the result of the process. We would delete all contents textures on the compositor thread during OutputSurface creation, which doesn't really make sense, cuz the ResourceProvider won't be the same one anymore, and this required blocking the thread. We also notified the main thread that the OutputSurface was lost when creating the new output surface. Instead, post a DidLoseOutputSurface() to the main thread to inform the LayerTreeHost right away, and have that block and clean up the contents textures immediately (to be removed when we always do impl-side painting). R=enne BUG=374287 Review URL: https://codereview.chromium.org/287193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272276 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272275 0039d316-1c4b-4281-b951-d872f2087c98
-