- 22 Jun, 2013 40 commits
-
-
skyostil@chromium.org authored
This patch adds an Android backend for gpu::Logging. The debug log output is written to logcat with the log tag "chromium-gpu". BUG=232449 Review URL: https://chromiumcodereview.appspot.com/17471007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208059 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
ID if there is one, (2) only crash extension processes. The latter is a shame - it'll hide JS problems in the wild - but I'm not comfortable the way it is. R=jyasskin@chromium.org TBR=jochen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/17104003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208058 0039d316-1c4b-4281-b951-d872f2087c98
-
akuegel@chromium.org authored
This CL adds tab background images for the managed user theme. The bug description shows a screenshot. BUG=241377 Review URL: https://chromiumcodereview.appspot.com/17542002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208057 0039d316-1c4b-4281-b951-d872f2087c98
-
sorin@chromium.org authored
Fix error handling when download of component updates fails. This line was lost during refactoring of error handling for issue 15908002. Added missing crx->diff_update_failed = true; BUG=245318 Review URL: https://chromiumcodereview.appspot.com/17551012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208056 0039d316-1c4b-4281-b951-d872f2087c98
-
aedla@chromium.org authored
BUG=249854 Review URL: https://chromiumcodereview.appspot.com/17253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208055 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
After this CL the only blocker to completely remove the in-process import code will be the toolbar importer on Windows (http://crbug.com/243423). BUG=56816 TEST=Manually verify that first run import works (i.e. imports FF history when FF is default) on Linux. Review URL: https://chromiumcodereview.appspot.com/17379006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208054 0039d316-1c4b-4281-b951-d872f2087c98
-
yael.aharon@intel.com authored
This is in preparation for moving NaCl code out of chrome layer and into components. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/17198013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208053 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
This changes the limit to 5 max instead of 8 max list items. BUG=251509 Review URL: https://chromiumcodereview.appspot.com/17198020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208052 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
An ActiveDesktopMonitor is actually not necessary here I believe (a window is never activated so the monitor simply returns the default host desktop type (which is the same as the type returned when there is no monitor). BUG=179830 Review URL: https://chromiumcodereview.appspot.com/17074007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208051 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
TBR=cpu@chromium.org BUG=180260 TEST=none Review URL: https://chromiumcodereview.appspot.com/17556002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208050 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=asargent@chromium.org, vandebo@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/17552016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208049 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
This will let Omaha know the difference between new, on-demand installs that are manually initiated from the webstore, and the background autoupdate checks that we do for already installed extensions/apps. BUG=249187 Review URL: https://chromiumcodereview.appspot.com/17524010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208048 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
Currently if we have allow anything mode, we never have a tile in the NEVER_BIN, even if both active and pending trees don't own the tile anymore (ie it's being kept alive by the raster callback). This cleans it up. BUG=251938 Review URL: https://chromiumcodereview.appspot.com/16959022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208047 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
TEST=All existing unittests still pass. Review URL: https://chromiumcodereview.appspot.com/16867010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208046 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-