- 20 Aug, 2014 2 commits
-
-
dtrainor@chromium.org authored
- Was loading thumbnails in little endian, but since the files were from java's output stream they were in big endian. This was causing all sorts of issues with old thumbnails. - Added back ETC1 header and fixed the file format to match the old version. BUG=398319 Review URL: https://codereview.chromium.org/486093002 Cr-Commit-Position: refs/heads/master@{#290708} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290708 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
It used to be that CreateEntropyProvider() was only called once in a process, during the init sequence, and then never again. So previously, these DCHECKs could never fire by virtue of the function always being called once. Now that this function is called by VariationsService when simulating new variations seeds, it will be called multiple times during the process life time. It's perfectly valid to return an entropy provider that uses a different entropy source in that context (e.g. post changing your UMA opt-in setting), since that's exactly what the simulation code wants (i.e. it simulates what will happen on a restart). So simply remove the checks, since their conditions no longer hold. BUG=405010 Review URL: https://codereview.chromium.org/492463002 Cr-Commit-Position: refs/heads/master@{#290706} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290706 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Aug, 2014 38 commits
-
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290702} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290702 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180550:180600&mode=html TBR=mkwst@chromium.org,dglazkov@chromium.org BUG= Review URL: https://codereview.chromium.org/485183003 Cr-Commit-Position: refs/heads/master@{#290701} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290701 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
R=jamesr@chromium.org Review URL: https://codereview.chromium.org/493493004 Cr-Commit-Position: refs/heads/master@{#290700} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290700 0039d316-1c4b-4281-b951-d872f2087c98
-
https://*.comrob@robwu.nl authored
patterns in the extension's Content Security policy and update the documentation to clarify the constraints of the CSP. BUG=404295 Review URL: https://codereview.chromium.org/481643002 Cr-Commit-Position: refs/heads/master@{#290699} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290699 0039d316-1c4b-4281-b951-d872f2087c98
-
wiltzius@chromium.org authored
We'll add an integrated page as a further test case next. Also, this fixes the missing URL for core-scroll-header BUG=401203, 394756 Review URL: https://codereview.chromium.org/451483002 Cr-Commit-Position: refs/heads/master@{#290698} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290698 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290697} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290697 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=332205 Review URL: https://codereview.chromium.org/485073002 Cr-Commit-Position: refs/heads/master@{#290694} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290694 0039d316-1c4b-4281-b951-d872f2087c98
-
wiltzius@chromium.org authored
BUG=377933,377921 Review URL: https://codereview.chromium.org/396153002 Cr-Commit-Position: refs/heads/master@{#290693} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290693 0039d316-1c4b-4281-b951-d872f2087c98
-
chirantan@chromium.org authored
when the system comes up in dark resume. It also adds a DarkSuspendImminent() method that observers within chrome can implement if they want to be notified of this event. BUG=397346 Signed-off-by:
Chirantan Ekbote <chirantan@chromium.org> Review URL: https://codereview.chromium.org/438433002 Cr-Commit-Position: refs/heads/master@{#290692} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290692 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Packet::Copy AddRefs the address resource returned from PPB_UDPSocket::RecvFrom. But the convention is that when returning a new resource, the resource will already have a refcount of 1. So the resource has an leaked reference and will never be destroyed. This memory leak cannot be detected from untrusted code (I overrode mmap/mmunmap, but was unable to find it), but can be seen from the Chrome task manager. See user report here: https://groups.google.com/d/msg/native-client-discuss/fEc6v7_wjkI/lnFNO09yw9kJ BUG=none R=noelallen@chromium.org Review URL: https://codereview.chromium.org/487363003 Cr-Commit-Position: refs/heads/master@{#290691} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290691 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=405223 Review URL: https://codereview.chromium.org/489593005 Cr-Commit-Position: refs/heads/master@{#290690} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290690 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This makes mojo_shell, mojo_shell_tests and the wget, sample_app and surfaces_app samples work along with their dependent services. R=brettw@chromium.org Review URL: https://codereview.chromium.org/485523004 Cr-Commit-Position: refs/heads/master@{#290689} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290689 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
R=brettw@chromium.org Review URL: https://codereview.chromium.org/465693002 Cr-Commit-Position: refs/heads/master@{#290688} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290688 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This is required in order for the host to be able to safely use X11 across multiple threads, e.g. for input-injection, screen capture and any UX. Review URL: https://codereview.chromium.org/487453004 Cr-Commit-Position: refs/heads/master@{#290687} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290687 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
separate the process to initialize environment, and start the session. These are necessary step to launch athena in chrome. BUG=397167 Review URL: https://codereview.chromium.org/485183002 Cr-Commit-Position: refs/heads/master@{#290686} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290686 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This uses substitution patterns in toolchains to allow the toolchain to specify more flexibly how files are to be named and generated at each step. The toolchain now has control over the naming of object and executable files, for example, where before these were hardcoded. This removes most of the OS-specific logic hardcoded into the GN tool. There is still a bunch in action invocation; this will be done in a followup. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/440333002 Cr-Commit-Position: refs/heads/master@{#290685} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290685 0039d316-1c4b-4281-b951-d872f2087c98
-
a.renevier@samsung.com authored
Now, WillStartBrowser method is never called on the benchmark tests. This patch override the stub PageTest.WillStartBrowser in RecorderPageTest. When WillStartBrowser is called, it forwards the call to it's benchmark test. The same behaviour is also applied to DidStartBrowser method R= BUG=400894 Review URL: https://codereview.chromium.org/447633002 Cr-Commit-Position: refs/heads/master@{#290684} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290684 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Revert of Re-land: content: Enable impl-side painting on Windows. (patchset #2 of https://codereview.chromium.org/392623003/) Reason for revert: Breaks telemetry unittests. NOTRY=TRUE NOTREECHECKS=TRUE TBR= Original issue's description: > Re-land: content: Enable impl-side painting on Windows. > > BUG=169282 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290535 Review URL: https://codereview.chromium.org/487933003 Cr-Commit-Position: refs/heads/master@{#290682} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290682 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
This fixes: Tooltip for NO_BLUETOOTH state has '$1' instead of Chromebook Adds PHONE_UNSUPPORTED state Clears screenlock state when Easy Unlock gets turned off BUG=403831,404775 Review URL: https://codereview.chromium.org/485243002 Cr-Commit-Position: refs/heads/master@{#290681} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290681 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
BUG=398964 NOTRY=True Review URL: https://codereview.chromium.org/490613003 Cr-Commit-Position: refs/heads/master@{#290680} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290680 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
BUG=398964 NOTRY=True Review URL: https://codereview.chromium.org/492513002 Cr-Commit-Position: refs/heads/master@{#290679} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290679 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
See bug for details - similar issue as http://crbug.com/122026 BUG=368018 Review URL: https://codereview.chromium.org/434753002 Cr-Commit-Position: refs/heads/master@{#290678} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290678 0039d316-1c4b-4281-b951-d872f2087c98
-
joleksy@opera.com authored
The problem was introduced by https://codereview.chromium.org/365783002 BUG=404615 Review URL: https://codereview.chromium.org/443873011 Cr-Commit-Position: refs/heads/master@{#290677} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290677 0039d316-1c4b-4281-b951-d872f2087c98
-
dongseong.hwang@intel.com authored
Mesa GL driver supports GL_ARB_texture_storage extensions, not GL_EXT_texture_storage. GLES3 supports glTexStroage2D by default. This CL makes Intel Chromebook and Linux take advantage of immutable texture. BUG=106142 Review URL: https://codereview.chromium.org/471603003 Cr-Commit-Position: refs/heads/master@{#290676} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290676 0039d316-1c4b-4281-b951-d872f2087c98
-
ariblue@google.com authored
Support None value for the following telemetry values: scalar, string, list_of_scalars, list_of_strings See https://docs.google.com/a/google.com/document/d/1vzmYzpKK5ImV-ItSE9j2TpC2o0BLcKGaXvsnoUeBCno/ for more of the motivation behind this. BUG= Review URL: https://codereview.chromium.org/475503004 Cr-Commit-Position: refs/heads/master@{#290675} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290675 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
BUG=404659 TEST=manually Review URL: https://codereview.chromium.org/488563002 Cr-Commit-Position: refs/heads/master@{#290674} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290674 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
The missing RemoveObserver call is causing a shutdown crash in Debug. BUG=378892 TBR=jar@chromium.org Review URL: https://codereview.chromium.org/487713003 Cr-Commit-Position: refs/heads/master@{#290672} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290672 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@chromium.org authored
Switch callsites to use tracing_controller. BUG=356763 Review URL: https://codereview.chromium.org/471763003 Cr-Commit-Position: refs/heads/master@{#290671} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290671 0039d316-1c4b-4281-b951-d872f2087c98
-
jrummell@chromium.org authored
The EME-WD specification now describes the format of the license request provided to the application via the message attribute of the message event as being JSON formatted. This change updates the ClearKey implmentation to return the JSON formatted attribute. For backwards compatibility with the prefixed EME implementation, the old format (single key id as Uint8Array) is still used for any prefixed calls. BUG=358271 TEST=Updated EME layout tests pass Review URL: https://codereview.chromium.org/427993002 Cr-Commit-Position: refs/heads/master@{#290669} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290669 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadv@chromium.org authored
BUG=405266 NOTRY=true Review URL: https://codereview.chromium.org/485363002 Cr-Commit-Position: refs/heads/master@{#290668} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290668 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
Use the RRTR ntp timestamp to make sure that any packets that is way older than the newest packet we've seen is rejected. This is needed because we use 8-bit frame IDs, and by doing this it should become impossible for old packets to confuse the logic that tries to extend 8-bit frame IDs to 32-bit frame IDs. Also clean up some logic in congestion_control that was exposed as buggy by the new test. Review URL: https://codereview.chromium.org/480563004 Cr-Commit-Position: refs/heads/master@{#290667} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290667 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalyp@chromium.org authored
Added assert() and assertInstanceof() declaration, added handling of assert() and cr.ui.decorate() to compiler's coding convention BUG=393873 R=dbeam@chromium.org,tbreisacher@chromium.org TEST=./third_party/closure_compiler/compiler_customization_test.py Review URL: https://codereview.chromium.org/471363002 Cr-Commit-Position: refs/heads/master@{#290666} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290666 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290664} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290664 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180548:180549&mode=html TBR=mkwst@chromium.org,dglazkov@chromium.org BUG= Review URL: https://codereview.chromium.org/476123005 Cr-Commit-Position: refs/heads/master@{#290663} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290663 0039d316-1c4b-4281-b951-d872f2087c98
-
vadimsh@chromium.org authored
TBR=iannucci@chromium.org BUG=399054 NOTRY=true Review URL: https://codereview.chromium.org/485263004 Cr-Commit-Position: refs/heads/master@{#290662} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290662 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
Make PrivetLocalPrinterTest accept 2 or more query packets (as opposed to exactly 2) being sent. This should solve flakiness in slow execution. BUG=405040 Review URL: https://codereview.chromium.org/490673002 Cr-Commit-Position: refs/heads/master@{#290660} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290660 0039d316-1c4b-4281-b951-d872f2087c98
-
jww@chromium.org authored
This fixes the page info close icon so when it is clicked, it closes the dialog properly. This was a regression introduced by https://codereview.chromium.org/473643002/ where the widget's Close() method was accidentally moved inside of a conditional in the button handler when it really should have been executed on all button presses. This moves the Close() method outside the conditional so it properly closes the dialog. BUG=404963 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/485723004 Cr-Commit-Position: refs/heads/master@{#290659} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290659 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290657} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290657 0039d316-1c4b-4281-b951-d872f2087c98
-