| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Corresponds to Blink change https://codereview.chromium.org/244923002/.
Used to study:
- how many send() calls are being made
- how much binary data sending functionality is used
- how many people are using ArrayBufferView version send()
BUG=128156, 359926
R=asvitkine@chromium.org, ricea@chromium.org, yhirano@chromium.org
Review URL: https://codereview.chromium.org/246573002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266143 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Definition for SECURE_PROXY_CONNECTION is missing
- "connection" is redundant. Remove it from all description texts
BUG=none
R=asvitkine@chromium.org, yhirano@chromium.org
Review URL: https://codereview.chromium.org/244843002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266138 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The tests are skipped if those mojom.js files don't exist. This is a
temporary fix before isolated tests are enabled on Chromium waterfall.
TEST=None
BUG=351214
R=sky@chromium.org
Review URL: https://codereview.chromium.org/253413004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266135 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=366993
NOTRY=true
Review URL: https://codereview.chromium.org/256693003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266131 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Clean up the implementation
* Accept FROM_HERE to improve tracability
* Add another version that takes TaskRunner to relay.
BUG=347425
TEST=unit_tests --gtest_filter=DriveBackendCallbackHelperTest.*
R=peria@chromium.org
Review URL: https://codereview.chromium.org/259503004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266127 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change is to improve AV sync for transcoding.
The algorithm is now changed to schedule for trancoding every 10ms.
And then trasncoding audio into 10 ms blocks and send to the network.
Video is then transcoded according to the audio timeline.
I have also added looping support.
Review URL: https://codereview.chromium.org/255473005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266125 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Suppress uninitialized read that aren't suppressed due to the lack of symbols.
>
> This is same as crbug.com/366905, but causing failure due to the lack of symbols.
> This suppression is too wide and should be reverted as soon as the symbol issue is solved.
>
> BUG=366905
> TBR=zhaoqin@chromium.org, bruening@chromium.org
>
> Review URL: https://codereview.chromium.org/250753002
TBR=oshima@chromium.org
Review URL: https://codereview.chromium.org/250823002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266124 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With my previous 'cleanup', the candidate view becomes a CustomButton
and the 'PRESSED' button status indicates the highlighted. I thought
this is good enough, but hovering also changes the button state.
Using a button state is a bad idea, so this CL adds a boolean flag
for highlighted status.
BUG=365959
R=oshima@chromium.org
TEST=manually, ash_unittests
Review URL: https://codereview.chromium.org/258463002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266123 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dependency.
Removed use of a WebRTC struct to hold the RTP-specific header values,
and only include those struct members needed by Cast in RtpCastHeader.
Also:
1. Cleaned up RtpParser, and fixed bugs relating to 8-->32 bit frame_id
and reference_frame_id expansion.
2. Moved call to OnReceivedPayloadData() out of RtpParser::ParsePacket()
and into RtpReceiver.
3. Massaged unit tests around RtpCastHeader changes.
4. Coding style violations fixed where code was touched.
Testing: All cast_unittests pass. Also, manually casted from Chrome to cast_receiver_app to confirm everything works.
BUG=347391
Review URL: https://codereview.chromium.org/250363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266120 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
ChromeOS virtual keyboard depends on the virtual viewport to support overscrolling. Enabled it by default on ChromeOS and removed it as an experiment from about:flags. Also added the experiment to Android since we'll eventually want to enable it there too.
BUG=366670
Review URL: https://codereview.chromium.org/254393008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266119 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this patch, the number of CPUs allowed to be used by ninja was hardcoded.
This patch tries to find the optimal number by querying the number of available
cpus in the system.
BUG=324806
NOTRY=true
Review URL: https://codereview.chromium.org/248673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266118 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
WiFiService::ResetDHCP.
It is reported on Win 8.1 running on MS Surface Pro after connection to factory-reset Chromecast device.
BUG=366582
Review URL: https://codereview.chromium.org/250223002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266117 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=364099
TEST=content_unittests --gtest_filter=ServiceWorkerDatabaseTest.*
Review URL: https://codereview.chromium.org/257593003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266116 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This prevents overwriting target bounds when reparenting layers during animation. In snapped scenario we snap a window (with a call to WindowState::OnWMEvent in WorkspaceWindowResizer::CompleteDrag()) which starts animation and then immediately reparent it (back to workspace in DockedWindowResizer::MaybeReparentWindowOnDragCompletion). Stopping (completing) animation allows the child window to honor previously set target bounds and keep them when it gets reparented.
BUG=364517
TEST=aura_unittests --gtest_filter=WindowTest.RootWindowSetWhenReparenting
Review URL: https://codereview.chromium.org/241983003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266115 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Throttling unconsumed touchmove's (particularly the first touchmove) when the
main thread is heavy blocks accelerated scrolling. This is most evident during
page load, when the accelerated path is the only viable path for fluid touch
interaction. Address this by completely disabling RenderWidget ack throttling
for unconsumed touchmoves.
BUG=366765
Review URL: https://codereview.chromium.org/252443006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266114 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=darin@chromium.org
BUG=360081
Review URL: https://codereview.chromium.org/247573010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266113 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
QuicConnectionStats were being checked while the server thread was
modifying them.
Merge internal change: 65521936
R=rch@chromium.org
BUG=366594
Review URL: https://codereview.chromium.org/259613002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266111 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/258553002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266110 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
We cannot reply on periodic reconcile actions to remove accounts from cookies. The reason is that we actually *don't* do it at that stage for Android. Instead, we are going to keep a list of accounts last seen by Chrome and store that in a shared pref. We will come to the old list to the new list and call FireRefreshTokenRevoked accordingingly.
BUG=305086
Review URL: https://codereview.chromium.org/213823004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266108 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266107 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change cleans up some code in pnacl_coordinator and pnacl_resources to
remove code that can't be reached and simplify error reporting paths. This is
in preparation for moving all of this code out of the trusted plugin.
BUG=239656
Review URL: https://codereview.chromium.org/257463005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266106 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266104 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(https://codereview.chromium.org/247543002/)
Reason for revert:
This break the debug build.
Original issue's description:
> Add support for more ASAN errors generation to chrome://crash/...
>
> Adds the following crash url to chrome/chromium builds when SYZYASAN is defined (built with syzyasan=1 in GYP_DEFINES):
> heap-corrupted-block
>
> This allows easy validation of the instrumentation/reporting for a given build without having to track down a known/unfixed memory error.
>
>
> R=chrisha@chromium.org
>
> BUG=
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265942
TBR=chrisha@chromium.org,jochen@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=
Review URL: https://codereview.chromium.org/250793002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266101 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Call StopListening() during the Shutdown phase instead of calling it
in the destructor. This fixes a DCHECK failure during browser shutdown
when the PortForwardingController tries to access a BrowserContext
that's been destroyed.
BUG=366698
Review URL: https://codereview.chromium.org/258433007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266100 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
Review URL: https://codereview.chromium.org/257583005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266099 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Listen to Ctrl key in FileManager, and when gear menu is opened while Ctrl key is pressed, the gear menu is shown as secret mode.
The drive-related setting items will be shown only when gear menu is in secret mode and drive volume is focused.
Drive-related settings are now implemented as Comands to be consistent with other menu items.
BUG=239365
Review URL: https://codereview.chromium.org/243013009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266098 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=347832
Review URL: https://codereview.chromium.org/243703009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266097 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This fixes a bug where the bubble disappears when the window resizes.
BUG=366215
Review URL: https://codereview.chromium.org/251373003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266096 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When switching modes, we disable CRTCs that do not fit on current freamebuffer,
change framebuffer size, then enable required CRTCs in the right locations.
This fails in a switch from extended desktop to mirror mode, e.g. from
1366x768+1920x1080 to 1024x768 mirrored. Both CRTCs fit into current framebuffer
but they are smaller than the framebuffer we are about to resize to (1024x768)
so XRRSetScreenSize(1024,768) call fails because it cannot shrink framebuffer
size below size of currently enabled CRTCs. The solution is to disable CRTCs
that are bigger than minimum of current and new framebuffer.
BUG=chromium:366280
TEST=switch between mirror and extended desktop on Link or Squawks. Screen size\
(in DISPLAY=:0.0 xrandr --verbose) should shrink when switching to mirror mode.
R=djkurtz@chromium.org
R=oshima@chromium.org
Signed-off-by: Dominik Behr <dbehr@chromium.org>
Review URL: https://codereview.chromium.org/253513002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266095 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
attributes.
This change is motivated by the need to set the test install attributes before the browser policy connector is initialized for the first time. In particular, test class members may cause the policy connector to be initialized in their constructors, so we also need to set the install attributes in the constructor of a member.
BUG=243341
Review URL: https://codereview.chromium.org/247283007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266094 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266092 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Moves the notification icon out of the status area overflow.
>
> This only happens the first time it is created per data dir,
> so that the user can change back their setting if desired.
>
> This approach uses COM to talk with Windows Explorer to
> change the user's notification area preferences.
>
> R=dimich@chromium.org
> BUG=347693
>
> Review URL: https://codereview.chromium.org/110693004
>
> git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265807 0039d316-1c4b-4281-b951-d872f2087c98
BUG=347693
Review URL: https://codereview.chromium.org/252513004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266091 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Includes logging to help diagnose web_components_unittest flake.
BUG=365739
TBR=dsinclair
Review URL: https://codereview.chromium.org/256603002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266090 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The request to create a fallback OutputSurface should always succeed
and there's no way to leave compositing mode. So remove this capability
from cc and instead just LOG(FATAL) if the fallback OutputSurface
ends up being NULL.
The only case where the fallback OutputSurface isn't created is in the
ChromeOS browser compositor, and in this case the
GpuProcessTransportFactory will LOG(FATAL) before cc even finds out,
so this new LOG(FATAL) should never be hit in practice, but documents
our expectations.
This removes the call to WebWidget::didExitCompositingMode.
R=enne
BUG=366130,266666
Review URL: https://codereview.chromium.org/256573003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266089 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
As the flakiness on the temporary random directories creation was solved
by using base::rand_util on crrev.com/15479003, the number of folders
can be increased back.
BUG=NONE
Review URL: https://codereview.chromium.org/251493003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266088 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Add optional ET_GESTURE_MULTIFINGER_SWIPE detection to the unified
GestureDetector implemenation. This is currently used only on Aura.
BUG=354397
Review URL: https://codereview.chromium.org/243403002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266087 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Add an entry in about flags to facilitate turning on the Suggestions service.
BUG=366263
Review URL: https://codereview.chromium.org/250033004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266086 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=kalman@chromium.org,mek@chromium.org
BUG=351958,361116
Review URL: https://codereview.chromium.org/227413008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266085 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This CL fixes an issue with the app list folder name view where the
textfield bounds was a pixel too small due to the caret width.
BUG=359415
Review URL: https://codereview.chromium.org/255583002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266084 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266083 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Include the following CLs:
Implement AES in different modes of operation, using AES-NI and
PCLMULQDQ-NI, for WIN32 and WIN64 platforms. Only the WIN32 assembly
code is used right now.
https://codereview.chromium.org/250463004/
R=agl@chromium.org,rsleevi@chromium.org
BUG=none
Review URL: https://codereview.chromium.org/259643003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266082 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change defines and implements and observer for the component
update service and refactors the existing code to use it. No new
events of features have been added here. More changes will follow to
make the observer usable by chrome://components
BUG=366388
Review URL: https://codereview.chromium.org/251403002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266081 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's entirely possible for the channels to be in other states, such as
ready.
BUG=none
TEST=none
R=darin@chromium.org
Review URL: https://codereview.chromium.org/252543002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The refresh crash was getting in the way of debugging and reproducing the node
browser issue. This CL fixes both at once.
The refresh crash happened because the SyncInternalsMessageHandler will retain
its state across a refresh, but the JavaScript code it talks to will not. The
message handler will receive a second message from the JavaScript code to
inform it that it's time to register with the ProfileSyncService. This CL adds
a check to ensure that this double-request will not result in
a double-registration.
The node browser issue was caused by a mismatch between the C++ and JavaScript
APIs. The C++ side passed an array of arguments, but the JavaScript code was
expecting the two arguments to be passed separately.
BUG=363300,360197
Review URL: https://codereview.chromium.org/248153003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266079 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use Oobe.addUserForTesting instead of chrome.send
* Merge multiple invocations of EvaluateJavaScriptInContext
* Take a screenshot if we time out on finding _GaiaLoginContext
* Increase timeout to find _GaiaLoginContext.
* Add a disabled test - test is disabled since it hits live gaia.
BUG=361862
TEST=manual
NOTRY=True
Review URL: https://codereview.chromium.org/252643002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266078 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new struct is used to pass parameters to StreamParser::InitCB. This
change makes it easier to add new parameters.
BUG=338529
R=acolwell@chromium.org
Review URL: https://codereview.chromium.org/254473006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266077 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes the need to read from the scanout buffer. Doing that is really, really slow.
TEST=chrome --ozone-platform=dri on pixel
BUG=366205
NOTRY=true
Review URL: https://codereview.chromium.org/249413003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266076 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The bug happens because kiosk command switches is in place after
profile is loaded. As a result, CCD app is loaded.
BUG=366382
Review URL: https://codereview.chromium.org/256633002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266075 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It looks like the error that the windows dom_perf tests are hitting could be
caused by improperly closing the socket, which this might fix.
error: [Errno 10053] An established connection was aborted by the software in your host machine
BUG=335624
Review URL: https://codereview.chromium.org/259623003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266074 0039d316-1c4b-4281-b951-d872f2087c98
|