- 22 Jun, 2013 40 commits
-
-
scherkus@chromium.org authored
TestShellWebMimeRegistryImpl has been replaced in lieu of content_shell calling net::RemoveProprietaryMediaTypesAndCodecsForTests(). BUG=251306 Review URL: https://chromiumcodereview.appspot.com/17447011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208045 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208044 0039d316-1c4b-4281-b951-d872f2087c98
-
Yukawa@chromium.org authored
It turned out that the previous implementation of InputMethodTSF did not support InputMethodTSF::SetFocusedTextInputClient(NULL). This CL fixes the issue. BUG=246534 Review URL: https://chromiumcodereview.appspot.com/17546002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208043 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152894:152906&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/17528003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208042 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/17518003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208041 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
In addition: - MediaInfoLoader was moved to the android subdirectory as its only used on Android. - ProxyDecryptor was modified to accept a MediaKeys object instead of creating one itself. - StreamTexture{Factory,Proxy}Impl was folded into StreamTexture{Factory,Proxy}. - WebMediaPlayerProxyAndroidImpl was folded into WebMediaPlayerProxyAndroid. BUG=251306 TBR=jochen Review URL: https://chromiumcodereview.appspot.com/17502007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208040 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
The unit test is currently skeletal; future CLs will flesh it out. BUG=247015 Review URL: https://chromiumcodereview.appspot.com/17450010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208039 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
BUG=241387 Review URL: https://chromiumcodereview.appspot.com/17176015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208038 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
The following APIs are updated: - PPB_NetAddress_Dev - PPB_HostResolver_Dev - PPB_TCPSocket_Dev - PPB_UDPSocket_Dev BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/16938011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208037 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
Shrinking the history databases page cache doesn't seem to impact performance of the QueryHistory time metric, or the page cycler. BUG=243769 Review URL: https://chromiumcodereview.appspot.com/17416002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208036 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
Presentation mode used to lengthen the idle delay. It now lengthens the screen dim delay instead. This CL adds a policy that controls the scaling of the screen dim delay and deprecates the policy that used to control the scaling of the idle delay. BUG=248940 TEST=Updated browser and unit tests Review URL: https://chromiumcodereview.appspot.com/17408010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208035 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Now that Blink has rolled into chromium we can move on and remove googleurl.gyp from build/temp_gyp! BUG=229660 R=thestig@chromium.org,darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/17335013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208034 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
Last attempt: https://codereview.chromium.org/17122006/ BUG=249089 Review URL: https://chromiumcodereview.appspot.com/17334005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208033 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=246685 TEST=none Review URL: https://chromiumcodereview.appspot.com/17291008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208032 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
This is designed to attract attention to the system tray icon which can be hidden in the overflow area. BUG=246322 Review URL: https://chromiumcodereview.appspot.com/17286015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208031 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
yet. That file is affecting page load speed. BUG=252704 TBR=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/17247007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208030 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
The CL also removes some NOTREACHED()s which could be reached in normal (but rare) cases. BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/17247004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208029 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=246854 TEST=none Review URL: https://chromiumcodereview.appspot.com/17243004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208028 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/17215003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208027 0039d316-1c4b-4281-b951-d872f2087c98
-
ikarienator@chromium.org authored
Proposal:https://docs.google.com/a/chromium.org/document/d/1U_exKvPmT4AXyqFuHgVBbgBZ2RAKNBjk6MwSPcceWXw/edit Overview We’d like to have a set of APIs useful for diagnostics tools, and initially, an API that can be used to replicate ping and traceroute functionality. Use cases The sendPacket API is used by a diagnostics tool to find problems in the network configuration of an environment and determine latency issues. BUG=250851 Review URL: https://chromiumcodereview.appspot.com/17210002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208026 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/17322003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208025 0039d316-1c4b-4281-b951-d872f2087c98
-
shashishekhar@chromium.org authored
Change SessionModelAssociator and TabNodePool to reuse old tab nodes. Old tab nodes are now added to TabNodePool and if there is an existing old tab node with syncid of tab, the tab is reassociated with that node. Note: In order for tab reassociation to work, the syncid of a tab should be persisted. This CL just introduces the sync changes for reassociating tab nodes. Persisting syncid with tab will be done in a separate CL for Desktop, and in a downstream CL for Android. BUG=139670,12549,139666 TEST=Includes unit tests + MANUAL testing on Android. Review URL: https://chromiumcodereview.appspot.com/16421003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208024 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Created InstantServiceObserver to define an observer interface for InstantService. Registered InstantController as an InstantServiceObserver to get theme change events. We no longer send theme changed events on tab switch. BUG=225760 TEST=Added an interactive ui test. Review URL: https://chromiumcodereview.appspot.com/16413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208023 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
* Adds support for using the PSL for matching the origin when looking up passwords using the default password store. * On Android, change the layout for label and sublabels in autofill popups. The feature is currently behind the flag --enable-password-autofill-psl-domain-matching BUG=176386 Review URL: https://chromiumcodereview.appspot.com/15660018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208022 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
Adds fence support for EGL. BUG= Review URL: https://chromiumcodereview.appspot.com/14358014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208021 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
added back support to speech when ask_user=false. We should use the default device for the deprecated API. TBR=henrika@chromium.org BUG=252848 TEST= <script> recognition = new webkitSpeechRecognition(); recognition.start(); </script> Review URL: https://codereview.chromium.org/17074008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208020 0039d316-1c4b-4281-b951-d872f2087c98
-
davidroche@chromium.org authored
Before using the robot account refresh token stored in an enterprise device's Local State, verify that the token is owned by the service account id found in the device policy. BUG=245121 Review URL: https://chromiumcodereview.appspot.com/17109006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208019 0039d316-1c4b-4281-b951-d872f2087c98
-
Yukawa@chromium.org authored
An important thing is that [NativeWidget A] owns Win32 input focus even when [View X] is logically focused by FocusManager. As a result, an Win32 IME may want to interact with the native view of [NativeWidget A] rather than that of [NativeWidget B]. This is why we need to call GetTopLevelWidget() here. Previous implementation treated [NativeWidget B] as associated with the IME but it was wrong. This CL fixes the this confusion. BUG=246534 Review URL: https://chromiumcodereview.appspot.com/17101019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208018 0039d316-1c4b-4281-b951-d872f2087c98
-
fangjue23303@gmail.com authored
Crashed apps are not listed in Apps Developer Tool because of a mismatch of argument order when calling setTerminatedReloadLink_. Also fix setTerminatedReloadLink_ to add event listener instead of calling chrome.developerPrivate.reload. BUG=251912 Review URL: https://chromiumcodereview.appspot.com/17095008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208017 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://touch-iconshashishekhar@chromium.org authored
should use chrome://session-favicon like other_devices.js. BUG=251818 Review URL: https://chromiumcodereview.appspot.com/16943018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208016 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
This is the case for empty files. BUG= Review URL: https://chromiumcodereview.appspot.com/17561002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208015 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
Any unrequested draws will cause UI corruption if they hit the GL path. The strategy is to disallow any such draws, but to enable diagnosis force them into the SW path where they cause less UI damange but we can log or assert as appropriate. BUG= Review URL: https://chromiumcodereview.appspot.com/17553012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208014 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
Collect the custodian's GAIA account display name using the ProfileDownloader and save it in the supervised user's prefs so it can be shown in that profile's UI. BUG=249691 TEST=manual Review URL: https://chromiumcodereview.appspot.com/16950018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208013 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208012 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Now all the thing that the class does is to delete request objects. The lifetime management duty is moved to RequestSender. * NotifyStart => no op. * NotifyFinish => sender_->RequestFinished. BUG=164098 Review URL: https://chromiumcodereview.appspot.com/17175017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208011 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
Collect the custodian's signed-in status each time the confirmation dialog is shown, to catch changes in status that happen after the Settings page loads. Also HTML-escape the new profile's name (and the custodian's email, for good measure), so the confirmation-dialog string can be HTML rather than text and the link to the management page can be active. BUG=252860, 252691 TEST=manual Review URL: https://chromiumcodereview.appspot.com/17155020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208010 0039d316-1c4b-4281-b951-d872f2087c98
-
gauravsh@chromium.org authored
These properties (specifically related to cellular activation) are used by MobileActivator and needed to transition it to use the Network*Handlers. BUG=188753 Review URL: https://chromiumcodereview.appspot.com/17091006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208009 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
- Anchors the zoom bubble to the magnifying glass when the zoom bubble is visible and the top-of-window view are revealed in immersive fullscreen. The top-of-window views stay revealed as long as the zoom bubble is visible. - Positions the zoom bubble in the top right when in immersive fullscreen and the top-of-window views are not already revealed. For the sake of simplicity the zoom bubble is closed if the user reveals the top-of-window views. BUG=181062 TEST=Manual, see bug Review URL: https://chromiumcodereview.appspot.com/16998006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208008 0039d316-1c4b-4281-b951-d872f2087c98
-
crogers@google.com authored
16025005 had review from: palmer@chromium.org, piman@chromium.org, scherkus@chromium.org BUG=163795 TBR=scherkus@chromium.org Review URL: https://codereview.chromium.org/17288018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208003 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208001 0039d316-1c4b-4281-b951-d872f2087c98
-