- 24 Jul, 2014 40 commits
-
-
pkotwicz@chromium.org authored
This CL moves the method implementations out of the WindowManagerImpl class declaration. BUG=None R=flackr TBR=oshima Review URL: https://codereview.chromium.org/406393003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285172 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
HistoryService no longer use CancelableRequest{Consumer,Producer} but CancelableTaskTracker instead so remove the code that supported the old API. Fix the DCHECK in the methods of HistoryService that use thread_. BUG=371818 TBR=sky Review URL: https://codereview.chromium.org/369503007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285171 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch adds the feature to controls a video on Chromecast using CastVideoElement and Cast Extension. BUG=305511 TEST=List of casts is shown R=hirono@chromium.org Review URL: https://codereview.chromium.org/412813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285170 0039d316-1c4b-4281-b951-d872f2087c98
-
mrunal.kapade@intel.com authored
Create TtsControllerImpl so that TtsController can serve as TTS interface once it is moved to content in future. The approach is similar to SpeechRecognitionManager. This is part of an effort to move TTS to content. BUG=347045 Review URL: https://codereview.chromium.org/412783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285169 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
regressed in r279316 BUG=391316 Review URL: https://codereview.chromium.org/397293005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285168 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/405483005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285167 0039d316-1c4b-4281-b951-d872f2087c98
-
mfomitchev@chromium.org authored
Implementing the BezelController class responsible for detecting bezel gestures. Adding the bare skeleton of the SplitViewController class which is going to be responsible for the split view mode. BUG=383421 Review URL: https://codereview.chromium.org/394833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285166 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285163 0039d316-1c4b-4281-b951-d872f2087c98
-
haraken@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178778:178800&mode=html TBR=pkasting@chromium.org,haraken@chromium.org BUG= Review URL: https://codereview.chromium.org/418713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285162 0039d316-1c4b-4281-b951-d872f2087c98
-
sashab@chromium.org authored
As per UI review, moved the version in the App Info Dialog from the header section to its own Details area. Also cleaned up and simplified a lot of the code that laid out the name and version in the header since, now that there's no version displayed there, its no longer needed. BUG=386871 Review URL: https://codereview.chromium.org/383953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285160 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
This patch introduces structure that should be filled with all print preset options that we need to get from PDF and set in print preview. Before this patch one message was being sent to browser to set PrintScaling property but going forward, more properties will be supported and so it is better to send only one message with all properties set in one structure. BUG=169120 Review URL: https://codereview.chromium.org/388783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285159 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285158 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/408063002/tim@chromium.org authored
Reason for revert: Need to fix components_unittests on iOS simulator (try was green, but test actually failed) Original issue's description: > android tests: don't override DIR_MODULE > > BUG= > R=brettw@chromium.org, nyquist@chromium.org, phajdan.jr@chromium.org, sky@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285096 TBR=nyquist@chromium.org,brettw@chromium.org,sky@chromium.org,phajdan.jr@chromium.org,jamesr@chromium.org NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/417943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285157 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This object is owned by the MojoWebUIController, not bound to the pipe. TBR=sky@chromium.org Review URL: https://codereview.chromium.org/419433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285156 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Likely failure is due to http://crbug.com/396300. Disable until I can investigate more thoroughly. TBR=darin@chromium.org Review URL: https://codereview.chromium.org/414893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285155 0039d316-1c4b-4281-b951-d872f2087c98
-
haraken@chromium.org authored
TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/415773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285152 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
BUG=363047 TEST=Open a browser in guest mode on Mac. Open Preferences, chrome://settings should open in the same browser. Review URL: https://codereview.chromium.org/411573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285151 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
Now AppSyncUIState has ExtensionRegistry to listen extesnions's notification To make sure ExtesnionRegistry is destroyed after AppSyncUIState. AppSyncUIStateFactory should depends on ExtensionRegistryFactory. BUG=354046 Review URL: https://codereview.chromium.org/411093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285150 0039d316-1c4b-4281-b951-d872f2087c98
-
lisayin@chromium.org authored
The user can control settings that might be normally changed using sliders by sliding along the edge of the screen when ChromeVox is on. For example, the user can slide along the right edge of the screen and adjust the volume. If the user enters this mode and leaves the boundaries without releasing their touch, they will stop adjusting the setting, however, they will not enter touch exploration. If they return to the given boundaries, they will be able to modify the setting again. If the user does not touch a "hot edge" of the screen, they will not enter this state if they move to the an of the screen. BUG=393326 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284819 Review URL: https://codereview.chromium.org/385073009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285149 0039d316-1c4b-4281-b951-d872f2087c98
-
byungchul@chromium.org authored
This is a pre-requisite for http server refactoring, https://codereview.chromium.org/296053012/. 1) Define UnixDomainClientSocket and UnixDomainServerSocket utilizing SocketLibevent. 2) Rename UnixDomainSocket to UnixDomainListenSocket to reduce confusion. 3) unittests BUG=371906 Review URL: https://codereview.chromium.org/376323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285148 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/415793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285147 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This will allow us to control the versions of the w3c test repos we depend on through a file in Blink rather than a file in Chromium; this makes sense since the tests affect Blink, and it makes it far easier for us to roll in new versions of the w3c repos. We also merge in the existing test failures from Blink's TestExpectations files; as part of this change we are moving the test repos from LayoutTests/w3c to LayoutTests/third_party, and in order to do this move we need to move the failures for the old location from a blink-controlled file to a chromium-controlled file. This is patch 2 of 4 in the process to move things. This patch depends on https://codereview.chromium.org/410803002 . R=eseidel@chromium.org BUG=395862 Review URL: https://codereview.chromium.org/412703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285146 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Make the RendererPreferences message struct use enums from gfx::FontRenderParams instead of defining its own. This also drops the SYSTEM_DEFAULT values for hinting and subpixel rendering. They weren't getting used anywhere. BUG=393243 Review URL: https://codereview.chromium.org/413523004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285145 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
This does: - Move files - Fix up all namespaces in these files to be extensions, not apps - Clean up DEPS files This does not: - Change the name of the build targets (app_shell, app_shell_browsertests) BUG=394987 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/412713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285144 0039d316-1c4b-4281-b951-d872f2087c98
-
reillyg@chromium.org authored
The hid_gadget.HidGadget class implements the basic USB control requests required by the HID 1.11 specification. It is then extended by subclasses of hid_gadget.HidFeature which implement the logic behind the HID report IDs supported by the device. BUG=396682 R=rockot@chromium.org,rpaquay@chromium.org,kalman@chromium.org Review URL: https://codereview.chromium.org/410743006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285143 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Enable dragging from the main container to the overflow container by opening the wrench menu when hovering over the button while dragging a browser action. This also requires keeping the menu open while the drag is happening. Note: this doesn't fix drag calculations for the overflow menu. In an effort to keep these patches small, that will come later. BUG=393038 Review URL: https://codereview.chromium.org/399143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285142 0039d316-1c4b-4281-b951-d872f2087c98
-
ljagielski@opera.com authored
BUG=395190 Review URL: https://codereview.chromium.org/405083004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285140 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This adds an InterfaceFactory<Interface> type and allows registering a service through its provider. Using an InterfaceFactory allows the app to be in control of the lifetime of the implementation of the interface and hides all of the implementation details of the interface from the application library code (i.e. no subclassing impl classes or anything like that). The default binding behavior is to bind the lifetime of the impl to the lifetime of the pipe, but the application can also weakly bind to a service in cases where it needs to manage the lifetime explicitly. Review URL: https://codereview.chromium.org/380413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285139 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=tbreisacher@chromium.org BUG=395905 TEST=chrome/browser/test_presubmit.py NOTRY=true Review URL: https://codereview.chromium.org/410603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285138 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
Extracted LoginEventRecorder from BootTimesLoader to loose dependecies. BUG=387613 R=nkostylev@chromium.org TBR=bauerb@chromium.org TBR=stevenjb@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284682 Review URL: https://codereview.chromium.org/391373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285137 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
Its visual style is not really in keeping with the rest of the v2 app, and the form-factor is not conducive to an easily extensible UI. For now, a menu will suffice; if we need anything more complex, it can easily be replaced with an options dialog. This CL also simplifies the MenuButton class to use stopPropagation instead of timers to prevent the close handler being triggered by the same click that opens the menu. BUG=134213 Review URL: https://codereview.chromium.org/339613003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285136 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285135 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
BoringSSL fixes this API to be const-correct. BUG=none Review URL: https://codereview.chromium.org/417683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285134 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
Touch event's position resolution could be quite different than the display's resolution, e.g. the display could be set as 1920x1080 while the touchscreen is reporting touch position range at 32767x32767. Touch event's radius is reported in the units the same as touch position. While we are doing touch position scaling, we should also do the same for touch radius. BUG=392172, 233245 TEST=touch radius is scaled to be reasonable value for HP 23TM touch monitor. Review URL: https://codereview.chromium.org/412553005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285132 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
Many Blink headers in public/platform/ include other headers in same directory with relative paths. For now they have |#include "WebFoo.h"|, and we'd like to change it to |#include "public/platform/WebFoo.h"|. This CL is necessary to specify correct include path for them. BUG= Review URL: https://codereview.chromium.org/410743007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285131 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
Move the profile related methods to its own class. BUG=392145 TBR=vasilii,miket Review URL: https://codereview.chromium.org/376253005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285130 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285129 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
This version uses release-build assert that unit tests are able to open the test data file. Optimizing out this assert in release builds caused hard-to-diagnose crashes on DrMemory bots. TBR=estade@chromium.org BUG=395169,396203 Review URL: https://codereview.chromium.org/412063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285128 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
This ensures that users passing --ignore-gpu-blacklist won't get VDA before it is ready. BUG=396797 Review URL: https://codereview.chromium.org/414843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285127 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
This change swaps the order of component update registration so that CDM is registered before pNaCl, and thus, its updates are processed ahead of pNaCl updates. BUG=396724 Review URL: https://codereview.chromium.org/417713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285126 0039d316-1c4b-4281-b951-d872f2087c98
-