- 12 Dec, 2014 38 commits
-
-
dalecurtis authored
BUG=none TEST=playback! Review URL: https://codereview.chromium.org/796143003 Cr-Commit-Position: refs/heads/master@{#308037}
-
avi authored
This might-maybe-hope-not crash, and so has debugging statements. BUG=407376 TEST=no crashing, we hope TBR=rsesek@chromium.org Review URL: https://codereview.chromium.org/795233002 Cr-Commit-Position: refs/heads/master@{#308036}
-
davidben authored
Make it clear there are many of them floating around. Follow-up to comment in https://codereview.chromium.org/795773002/ BUG=none Review URL: https://codereview.chromium.org/802563002 Cr-Commit-Position: refs/heads/master@{#308035}
-
sashab authored
Added a GetPermissions() method to APIPermissions, which returns the PermissionIDSet for that API permission. This will be used for the new permission messages system, which can generate CoalescedPermissionMessages from these permissions. BUG=398257 Review URL: https://codereview.chromium.org/795543002 Cr-Commit-Position: refs/heads/master@{#308034}
-
dnicoara authored
This CL adds: 1) A DisplayLayoutManager interface which will be implemented within DisplayConfigurator in a followup CL. This is in charge of providing enough information to the task to pick the correct display state. 2) A task that will query to update the display list, pick the correct display state via DisplayLayoutManager then configure the displays via the ConfigureDisplaysTask. 3) Basic unittests to validate the task. These are only basic since the DisplayConfigurator unittests are performing the same tests. Ideally the DisplayLayoutManager code in DisplayConfigurator could be extracted in its own class such that these unittests can re-use that logic. BUG=429746 TBR=spang@chromium.org Review URL: https://codereview.chromium.org/788423002 Cr-Commit-Position: refs/heads/master@{#308033}
-
tfarina authored
We don't separate unittests from the code they test, they usually live near the implementation, e.g.: chrome/browser/foo.h chrome/browser/foo.cc chrome/browser/foo_unittest.cc BUG=None TEST=unit_tests TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/802483003 Cr-Commit-Position: refs/heads/master@{#308032}
-
tfarina authored
BUG=349250 R=tapted@chromium.org Review URL: https://codereview.chromium.org/799713002 Cr-Commit-Position: refs/heads/master@{#308031}
-
jvoung authored
We are changing the interface between Chrome and one of the PNaCl translator nexes so that it uses the NaCl IRT more (which is a more stable interface). However, this means that we are not testing the old interface between Chrome and the PNaCl translator nexe anymore on the chrome waterfall, so the old interface may get broken. Bump the min PNaCl version to try and get more users onto using the new nexe, which uses the newer interface. The new nexe also brings in a PNaCl translator based on LLVM 3.5, so having that match the SDK (using LLVM 3.5) is better for debugging (developer-only unstable debug metadata has changed between 3.4 and 3.5). BUG= https://code.google.com/p/nativeclient/issues/detail?id=3914 Review URL: https://codereview.chromium.org/789273002 Cr-Commit-Position: refs/heads/master@{#308030}
-
dmazzoni authored
We were returning an empty string for AXARIALive for nodes inside of a live region, and that was confusing VoiceOver. BUG=440934 Review URL: https://codereview.chromium.org/795363002 Cr-Commit-Position: refs/heads/master@{#308029}
-
jbauman authored
Surfaces should be feature-complete, so try enabling them on Windows, Linux, and Mac OS. They're still disabled on Chrome OS because they rely on single-threaded browser compositing, and on Android because they haven't been implemented there yet. BUG=334090 TBR=piman@chromium.org Review URL: https://codereview.chromium.org/796693003 Cr-Commit-Position: refs/heads/master@{#308028}
-
xiyuan authored
BUG=439638 Review URL: https://codereview.chromium.org/797693002 Cr-Commit-Position: refs/heads/master@{#308027}
-
gfhuang authored
app_id, session_id and sdk_version, which are used by MediaPlay/MediaPause events. BUG= Review URL: https://codereview.chromium.org/786233003 Cr-Commit-Position: refs/heads/master@{#308026}
-
horo authored
If the reader of the stream is aborted before the stream is registered, StreamRegistry::RegisterStream() should fail to reduce the memory consumption. So this change introduces StreamRegistry::RegisterReaderAbortedStream(). We will use this method in this situation: - The request from the page is sent to the ServiceWorker. - The ServiceWorker creates a Stream and starts uploading the data to the browser process with it. - The browser process receives the stream URL in ServiceWorkerHostMsg_FetchEventFinished. But it didn't receive StreamHostMsg_StartBuilding yet. - The page stops the loading the resource. -> Call this method in the browser process. - The browser receives StreamHostMsg_StartBuilding and creates a Stream and registers it to the StreamRegistry. -> This registration should fail. BUG=436424 TEST=content_unittests --gtest_filter=StreamTest.* Review URL: https://codereview.chromium.org/759823003 Cr-Commit-Position: refs/heads/master@{#308025}
-
estade authored
BUG=429236 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/796993002 Cr-Commit-Position: refs/heads/master@{#308024}
-
dbeam authored
R=dmazzoni@chromium.org BUG=437745 Review URL: https://codereview.chromium.org/794943002 Cr-Commit-Position: refs/heads/master@{#308023}
-
rockot authored
This adds support for clipboardRead and clipboardWrite capability grants from white-listed extensions to web contents. BUG=409269 R=kalman@chromium.org Review URL: https://codereview.chromium.org/789063002 Cr-Commit-Position: refs/heads/master@{#308022}
-
holte authored
The logs upload loop can be broken if a log upload fails while in state SENDING_INITIAL_METRICS_LOG. BUG=441460 Review URL: https://codereview.chromium.org/799613002 Cr-Commit-Position: refs/heads/master@{#308021}
-
satorux authored
These files are moved in favor of less files to have in the top-level chromeos directory. BUG=none TEST=builds as before Review URL: https://codereview.chromium.org/738683002 Cr-Commit-Position: refs/heads/master@{#308020}
-
jshin authored
See https://codereview.chromium.org/796153002 for the actual fix. BUG=403902 TBR=phajdan.jr@chromium.org TEST=Speculative: On Windows with the display language set to one other than English (e.g. ko, pt-BR, zh-CN, etc; just setting the default locale to one of them does not work on Win 7 or later or using --lang=foo does not work), start Chrome and go to ftp://ftp.vim.org. Render process should not crash. Review URL: https://codereview.chromium.org/798753002 Cr-Commit-Position: refs/heads/master@{#308019}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4a1d377..0bde23c TBR=rtoy@chromium.org,lushnikov@chromium.org,vsevik@chromium.org Review URL: https://codereview.chromium.org/800683002 Cr-Commit-Position: refs/heads/master@{#308018}
-
benwells authored
This change enables the feature previously known as streamlined hosted apps by default. BUG=440670 Review URL: https://codereview.chromium.org/772533005 Cr-Commit-Position: refs/heads/master@{#308017}
-
jackhou authored
OnSizeConstraintsChanged should be skipped if the window is a popup or child. BUG=439038 Review URL: https://codereview.chromium.org/792303002 Cr-Commit-Position: refs/heads/master@{#308016}
-
dmichael authored
This will ensure that WeakPtrs are invalidated before any other members' destructors are invoked. This is also one of the last classes needing to change to allow us to turn on a Clang check for WeakPtrFactory member order. Please see the bug for more details. BUG=303818 Review URL: https://codereview.chromium.org/795003003 Cr-Commit-Position: refs/heads/master@{#308015}
-
jbauman authored
This is only used in specific circumstances in the renderer, so move it to ChildSharedBitmapManager. Review URL: https://codereview.chromium.org/795843002 Cr-Commit-Position: refs/heads/master@{#308014}
-
jdduke authored
The new ResourceManager assumes the generated resource is of type RGBA8. Add additional type support for A8, the format used by the overscroll effect on Android L. BUG=426939 Review URL: https://codereview.chromium.org/798783002 Cr-Commit-Position: refs/heads/master@{#308013}
-
epenner authored
Partial revert of the following patch: https://codereview.chromium.org/675313002/ BUG=436689 TBR=tedchoc@chromium.org Tbr since code-review is broken and Ted gave me the LGTM. Review URL: https://codereview.chromium.org/797833002 Cr-Commit-Position: refs/heads/master@{#308012}
-
dfalcantara authored
* Moves some functions that deal TabState filenames to TabState from TabPersistentStore downstream. * Moves DOCUMENT_SCHEME from IntentHandler.java to UrlConstants.java with similar schemes. Note that the DOCUMENT_SCHEME doesn't include the "://" string like the other Java scheme constants; this is because the Document classes use a real Uri parse to parse the scheme instead of doing a plain old TextUtils.equals() comparison. BUG=415747 Review URL: https://codereview.chromium.org/796113003 Cr-Commit-Position: refs/heads/master@{#308011}
-
anujk.sharma authored
Changing in the intialization order of WeakPtrFactory such that all member variables should appear before the WeakPtrFactory to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. BUG=303818 Review URL: https://codereview.chromium.org/791353002 Cr-Commit-Position: refs/heads/master@{#308010}
-
rvargas authored
The new methods are meant to replace similar functions from kill.h BUG=417532 Review URL: https://codereview.chromium.org/791503002 Cr-Commit-Position: refs/heads/master@{#308009}
-
avi authored
BUG=438474 TEST=as in bug; no crash TBR=thestig@chromium.org,atwilson@chromium.org Review URL: https://codereview.chromium.org/790423002 Cr-Commit-Position: refs/heads/master@{#308008}
-
sagarmittal authored
R=cmumford@chromium.org Review URL: https://codereview.chromium.org/783393002 Cr-Commit-Position: refs/heads/master@{#308007}
-
xiyuan authored
BUG=441046 Review URL: https://codereview.chromium.org/799443002 Cr-Commit-Position: refs/heads/master@{#308006}
-
erikchen authored
The original CL used instance variables in a class extension and automatic generation of ivars for synthesized properties, features only available on 64-bit builds. The Mac Memory bots are still compiling Chromium in 32-bits. This reland removes the usage of those features. > This CL adds the class HandoffManager, which is responsible for interfacing > with Apple's Handoff APIs. It takes a GURL, and exposes that GURL to Handoff. > > This CL adds the class ActiveWebContentsObserver, which is responsible for > listening to changes to the active browser, the active tab, and the visible > URL. It notifies its delegate when any of this state might have changed. > > AppControllerMac is the delegate of ActiveWebContentsObserver, as well as the > owner of the HandoffManager. When it receives a delegate callback, it passes an > updated GURL to the HandoffManager. There is some minimal logic in > AppControllerMac that prevents URLs from incognito windows from being passed to > the HandoffManager. > > BUG=431051, 438823 > Committed: https://crrev.com/708abc5b0abb5e0916d779bf6d1342fd472a2aa1 > Cr-Commit-Position: refs/heads/master@{#307846} BUG=431051, 438823 TBR=sky, erikwright, mmenke, avi Review URL: https://codereview.chromium.org/794853004 Cr-Commit-Position: refs/heads/master@{#308005}
-
zmo authored
glGenTransformFeedbacks glDeleteTransformFeedbacks glIsTransformFeedback glBindTransformFeedback glBeginTransformFeedback glEndTransformFeedback glPauseTransformFeedback glResumeTransformFeedback The missing ones are: glTransformFeedbackVaryings glGetTransformFeedbackVarying Also this CL fixed a bug that's introduced in a previous CL for glIs* handling. Basically the client ID needs to be mapped to the service ID before passing down to the driver. The test is generalized to mask this bug, so this CL fixes both the code and the test behavior. BUG=429051 TEST=gpu_unittests R=bajones@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/795243002 Cr-Commit-Position: refs/heads/master@{#308004}
-
pkotwicz authored
The return value of DesktopNativeCursorManager::GetInitializedCursor() is no longer valid after DesktopNativeCursorManager::SetDisplay() is called. This CL ensures that the return value of DesktopNativeCursorManager::GetInitializedCursor() is not cached. BUG=440534 TEST=Manual, see bug Review URL: https://codereview.chromium.org/751063008 Cr-Commit-Position: refs/heads/master@{#308003}
-
prasadv authored
BUG= NOTRY=true Review URL: https://codereview.chromium.org/792183003 Cr-Commit-Position: refs/heads/master@{#308002}
-
vadimt authored
This is a follow-up for an internal discussion about possible jank, and more generally, performance issues that potentially are not tracked by about://profiler and UMA profiler data. This CL adds instrumentation that adds tracking for all WM_ message handlers. It's enabled only in Canary, and on other channels we won't track WM_ messages. If we find it valuable and safe, we can enable this instrumentation on other channels too. BUG=440919 Review URL: https://codereview.chromium.org/793893002 Cr-Commit-Position: refs/heads/master@{#308001}
-
jonross authored
Add a new background to TrayPopupHeaderButton which is used for both mouse and touch feedback. Mouse hover, and tap down, events will trigger the background. Completing a click or tap, or exiting the button, will remove the feedback. The size of TrayPopupHeadButton has been updated according to the new spec in issue 402515. TEST=TrayDetailsViewTest.TrayPopupHeaderButtonTouchFeedback, TrayDetailsViewTest.TrayPopupHeaderButtonTouchFeedbackCancellation, TrayDetailsViewTest.TrayPopupHeaderButtonMouseHoverFeedback BUG=402515 Review URL: https://codereview.chromium.org/800513002 Cr-Commit-Position: refs/heads/master@{#308000}
-
- 11 Dec, 2014 2 commits
-
-
rvargas authored
BUG=417532 Review URL: https://codereview.chromium.org/793453002 Cr-Commit-Position: refs/heads/master@{#307999}
-
lanwei authored
We added the horizontal_axis value to the SendMouseWheelEvent method, so that the mousewheel event now can scroll vertically and horizontally. BUG=435154 Review URL: https://codereview.chromium.org/792333004 Cr-Commit-Position: refs/heads/master@{#307998}
-