Граф коммитов

418147 Коммитов

Автор SHA1 Сообщение Дата
Xidorn Quan 9c13d12b5e Bug 1156222 - Check frame type instead of display type for ruby and simplify code. r=dholbert
--HG--
extra : source : c00a44185d012b612271e0c64c444832c19d3b54
2015-04-23 13:32:53 +12:00
Botond Ballo 4d33259ec6 Bug 1151663 - New mochitest for this bug. r=kats
--HG--
extra : rebase_source : 3eb1d9265e9031f8ae988a436b2419c49d45f4d2
extra : source : 921462f2db07e14aebdfb196f9031509d16837a9
2015-04-15 16:41:09 -04:00
Botond Ballo b43a0ba6b9 Bug 1151663 - Fix reconstruction of APZC tree structure in APZ mochitests. r=kats
--HG--
extra : rebase_source : 7cc843d85bbd9dc388c22bb89d62b4ad5bc5926f
extra : source : 493ad40e3835b71aed6803d8f8bf1edaacdfd561
2015-04-20 21:41:30 -04:00
Botond Ballo a3ff2cb2b3 Bug 1151663 - Extract some helper functions for writing APZ mochitests into a separate file. r=kats
--HG--
extra : rebase_source : efb4a08fa85f1d520e2ea2ccc50efc4c2f941c85
extra : source : b515fe7b2aa7af9b675c0a429dd009985b67725e
2015-04-20 21:40:17 -04:00
Botond Ballo 568cc0377d Bug 1151663 - Only call GetOrMaybeCreateDisplayPort() in nsLayoutUtils::PaintFrame() if we are using containers for root scroll frames. r=tn
--HG--
extra : rebase_source : 832db6a5ae1b513aaea7e2349f09bb500ef726e8
extra : source : c1f3b5ba0562e98d8b39c28f3964e37dfcff8528
2015-04-15 17:14:32 -04:00
Botond Ballo ed5527e448 Bug 1151663 - Initialize display list builder flags earlier in nsLayoutUtils::PaintFrame(). r=tn
--HG--
extra : rebase_source : 9b64fb508e4ed224396bf8c2c060264ec6f870d0
extra : source : 1cdbbd749b04f4a6068560f5d7c5528240fa8dfe
2015-04-15 15:48:09 -04:00
Jeff Walden 7d1072c9c6 Bug 1140752 - Land code to self-host %TypedArray%.prototype.set, but don't enable it yet, pending perf-testing. This shouldn't make any changes to the build, except in terms of adding more code to it and affecting binary layout. r=jandem, also much feedback from till that effectively amounts to a review as well
--HG--
extra : rebase_source : ba5543a8675581329871e5b999d8d8bc4c4e17fc
2015-03-04 00:04:53 -08:00
Jeff Walden 6805b9c218 Bug 1154542 - Remove a few unused error messages. r=till
--HG--
extra : rebase_source : 71d444732478ee2369a3dc7e0357abb88d526916
2015-04-15 11:48:31 -07:00
Boris Zbarsky be50caa66c Bug 1157279. Escaping CSS identifiers should use lowercase letters for hex digits, not uppercase ones. r=dbaron 2015-04-22 20:30:10 -04:00
Boris Zbarsky 9cbb1e7539 Bug 1157451. Make nsCORSListenerProxy::Init take an enum, not a boolean, to indicate what to do with data: URIs. And make it required, not defaulted to disallowing. r=smaug 2015-04-22 20:30:10 -04:00
Boris Zbarsky e24e2916e5 Bug 1157250. Give PushSubscription an attribute serializer. r=nsm 2015-04-22 20:30:10 -04:00
Boris Zbarsky 6e3069def0 Bug 1109693. More places that use CORS should in fact allow data: URIs. r=smaug 2015-04-22 20:30:10 -04:00
Wes Kocher a79764cf6b Merge inbound to m-c a=merge CLOSED TREE 2015-04-22 17:15:53 -07:00
Ben Turner 6ee41913fb Bug 1155634 - Move ConnectionPool creation closer to where we actually use it and at a point guaranteed to be after QuotaManager has been started. r=khuey relanding CLOSED TREE 2015-04-22 17:14:44 -07:00
Daniel Stenberg c45d6ca104 Bug 1154426 - Ignore gzip problems if only soft-enforcing. r=mcmanus 2015-04-22 17:13:57 -07:00
Wes Kocher 5b2b80e960 Backed out changeset cc61b087dfb1 (bug 1145680) for possibly breaking gij(8) CLOSED TREE 2015-04-22 15:56:50 -07:00
Wes Kocher 77105c0d71 Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-04-22 15:44:51 -07:00
Valentin Gosu bcd09a7c72 Bug 1135354 - Fix comment regarding URL max length r=me DONTBUILD CLOSED TREE 2015-04-23 00:10:43 +03:00
Wes Kocher cf6a17b863 Backed out changeset 78aab1149276 (bug 1154426) for being a likely cause of gij(8) orange on a CLOSED TREE 2015-04-22 14:06:52 -07:00
Wes Kocher c2e52c5972 Backed out changeset 89e5f92e26d7 (bug 1155634) for being a possible cause of frequent gij(8) orange CLOSED TREE 2015-04-22 14:06:39 -07:00
Nick Fitzgerald 9b739f4fd0 Bug 1024774 - Followup: Don't redefine the Debugger property in xpcshell tests on a CLOSED TREE; r=jorendorff 2015-04-22 13:19:48 -07:00
Seth Fowler 3656603a55 Bug 1085783 (Part 2) - Add a test for rounding behavior when high-quality downscaling. r=roc 2015-04-22 13:04:06 -07:00
Seth Fowler 8b1d7b5a59 Bug 1085783 (Part 1) - Snap both the fill and dest rects using UserToDeviceSnapped() when pixel snapping images. r=roc 2015-04-22 13:04:04 -07:00
Seth Fowler b07b0bc85e Bug 1068881 (Part 2) - Add reftests for rounding image dest rects to zero size. r=roc 2015-04-22 13:04:01 -07:00
Blake Kaplan 24f35dfe49 Bug 1124076 - Properly detect certs when loaded and prompt to import them. r=sworkman/dkeeler
--HG--
extra : rebase_source : 11fb8b1c1a3044b82668136f4cfec4c758d9270c
2015-04-22 12:55:23 -07:00
Steven Michaud acb448f5f9 Bug 1153809 - Loosen Mac content process sandbox rules for NVidia and Intel HD 3000 graphics hardware. r=areinald 2015-04-22 14:56:09 -05:00
Kannan Vijayan 525df2926a Bug 1145306 - Expose circular buffer status from profiler. r=mstange 2015-04-22 15:36:43 -04:00
Neil Deakin b9f7c92db7 Bug 1157193, fix null pointer check when dragging images, r=smaug 2015-04-22 15:18:22 -04:00
Nick Fitzgerald b743410d63 Bug 1065657 - Follow up: remove bad friend declaration that leads to GCC warnings and burnt trees on a CLOSED TREE; r=tromey 2015-04-22 11:38:09 -07:00
Nick Fitzgerald 7451725aae Bug 1024774 - Part 14: Ignore protobuf indirect calls in the GC hazard analysis;
r=sfink
2015-04-22 11:09:55 -07:00
Nick Fitzgerald 6e0841b4f5 Bug 1024774 - Part 13: Change to new SpiderMonkey style from bug 1144366; r=me 2015-04-22 11:09:55 -07:00
Nick Fitzgerald c54f2570b3 Bug 1024774 - Part 12: Add a GTest for the JS::ubi::Node specialization for
DeserializedNode; r=jimb
2015-04-22 11:09:54 -07:00
Nick Fitzgerald b9bae0d887 Bug 1024774 - Part 11: Implement a JS::ubi::Node specialization for DeserializedNode; r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald d000a5ce40 Bug 1024774 - Part 10: Add an xpcshell test for reading heap snapshots. r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald 5689b01c3a Bug 1024774 - Part 9: Deserialize heap snapshots; r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald 0e6dcee572 Bug 1024774 - Part 8: Add JS::ubi::Node::isLive; r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald a55c57cabc Bug 1024774 - Part 7: Add HeapSnapshot WebIDL interface; r=bholley 2015-04-22 11:09:54 -07:00
Nick Fitzgerald c66579bc06 Bug 1024774 - Part 6: Add a mochitest-chrome sanity check test. r=bholley 2015-04-22 11:09:54 -07:00
Nick Fitzgerald a4bd068288 Bug 1024774 - Part 5: Add GTests for core dump serialization. r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald 6b7167b4d6 Bug 1024774 - Part 4: Add an xpcshell test for saving heap snapshots. r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald 32af3e9ef8 Bug 1024774 - Part 3: Serialize heap snapshots. r=jimb 2015-04-22 11:09:54 -07:00
Nick Fitzgerald 26904e13ea Bug 1024774 - Part 2: Implement a google::protobuf::ZeroCopyOutputStream wrapper
around nsIOutputStream; r=jimb
2015-04-22 11:09:54 -07:00
Nick Fitzgerald 5f8c8f100a Bug 1024774 - Part 1: Add the ChromeUtils WebIDL interface. r=bholley 2015-04-22 11:09:54 -07:00
Nick Fitzgerald 21c2d145e3 Bug 1024774 - Part 0: Upgrade the protobuf library. r=mmc,glandium
--HG--
rename : toolkit/components/protobuf/google/protobuf/extension_set.cc => toolkit/components/protobuf/src/google/protobuf/extension_set.cc
rename : toolkit/components/protobuf/google/protobuf/extension_set.h => toolkit/components/protobuf/src/google/protobuf/extension_set.h
rename : toolkit/components/protobuf/google/protobuf/generated_message_util.cc => toolkit/components/protobuf/src/google/protobuf/generated_message_util.cc
rename : toolkit/components/protobuf/google/protobuf/generated_message_util.h => toolkit/components/protobuf/src/google/protobuf/generated_message_util.h
rename : toolkit/components/protobuf/google/protobuf/io/coded_stream.cc => toolkit/components/protobuf/src/google/protobuf/io/coded_stream.cc
rename : toolkit/components/protobuf/google/protobuf/io/coded_stream.h => toolkit/components/protobuf/src/google/protobuf/io/coded_stream.h
rename : toolkit/components/protobuf/google/protobuf/io/coded_stream_inl.h => toolkit/components/protobuf/src/google/protobuf/io/coded_stream_inl.h
rename : toolkit/components/protobuf/google/protobuf/io/package_info.h => toolkit/components/protobuf/src/google/protobuf/io/package_info.h
rename : toolkit/components/protobuf/google/protobuf/io/zero_copy_stream.cc => toolkit/components/protobuf/src/google/protobuf/io/strtod.h
rename : toolkit/components/protobuf/google/protobuf/io/zero_copy_stream.cc => toolkit/components/protobuf/src/google/protobuf/io/zero_copy_stream.cc
rename : toolkit/components/protobuf/google/protobuf/io/zero_copy_stream.h => toolkit/components/protobuf/src/google/protobuf/io/zero_copy_stream.h
rename : toolkit/components/protobuf/google/protobuf/io/zero_copy_stream_impl.h => toolkit/components/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h
rename : toolkit/components/protobuf/google/protobuf/io/zero_copy_stream_impl_lite.cc => toolkit/components/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
rename : toolkit/components/protobuf/google/protobuf/io/zero_copy_stream_impl_lite.h => toolkit/components/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h
rename : toolkit/components/protobuf/google/protobuf/message_lite.cc => toolkit/components/protobuf/src/google/protobuf/message_lite.cc
rename : toolkit/components/protobuf/google/protobuf/message_lite.h => toolkit/components/protobuf/src/google/protobuf/message_lite.h
rename : toolkit/components/protobuf/google/protobuf/package_info.h => toolkit/components/protobuf/src/google/protobuf/package_info.h
rename : toolkit/components/protobuf/google/protobuf/generated_message_util.h => toolkit/components/protobuf/src/google/protobuf/reflection_ops.h
rename : toolkit/components/protobuf/google/protobuf/repeated_field.cc => toolkit/components/protobuf/src/google/protobuf/repeated_field.cc
rename : toolkit/components/protobuf/google/protobuf/repeated_field.h => toolkit/components/protobuf/src/google/protobuf/repeated_field.h
rename : toolkit/components/protobuf/google/protobuf/io/zero_copy_stream.cc => toolkit/components/protobuf/src/google/protobuf/service.cc
rename : toolkit/components/protobuf/google/protobuf/generated_message_util.cc => toolkit/components/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h
rename : toolkit/components/protobuf/google/protobuf/stubs/common.cc => toolkit/components/protobuf/src/google/protobuf/stubs/common.cc
rename : toolkit/components/protobuf/google/protobuf/stubs/common.h => toolkit/components/protobuf/src/google/protobuf/stubs/common.h
rename : toolkit/components/protobuf/google/protobuf/stubs/hash.h => toolkit/components/protobuf/src/google/protobuf/stubs/hash.h
rename : toolkit/components/protobuf/google/protobuf/stubs/once.cc => toolkit/components/protobuf/src/google/protobuf/stubs/once.cc
rename : toolkit/components/protobuf/google/protobuf/stubs/once.h => toolkit/components/protobuf/src/google/protobuf/stubs/once.h
rename : toolkit/components/protobuf/google/protobuf/stubs/stl_util-inl.h => toolkit/components/protobuf/src/google/protobuf/stubs/stl_util.h
rename : toolkit/components/protobuf/google/protobuf/generated_message_util.h => toolkit/components/protobuf/src/google/protobuf/stubs/stringprintf.h
rename : toolkit/components/protobuf/google/protobuf/wire_format_lite.cc => toolkit/components/protobuf/src/google/protobuf/wire_format_lite.cc
rename : toolkit/components/protobuf/google/protobuf/wire_format_lite.h => toolkit/components/protobuf/src/google/protobuf/wire_format_lite.h
rename : toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h => toolkit/components/protobuf/src/google/protobuf/wire_format_lite_inl.h
2015-04-22 11:09:54 -07:00
Nick Fitzgerald 7c042bbbe2 Bug 1149397 - JS::ubi::Node::edges should return a mozilla::UniquePtr; r=jimb 2015-04-22 11:09:53 -07:00
Andrew McCreight 43a628f9e3 Bug 1156982 - Add separators to BloatView output. r=froydnj
This will ensure we properly parse class names containing spaces.

Note that if a class name somehow ends up containing operator| then this will end up again silently failing.
2015-04-22 11:06:50 -07:00
B2G Bumper Bot ab0d566619 Bumping manifests a=b2g-bump 2015-04-22 10:59:50 -07:00
B2G Bumper Bot b5b750d0cf Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6238380e300e
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #29651 from eliperelman/bug-1156995

Bug 1156995 - Set GAIA_OPTIMIZE=1 by default with raptor profile

========

https://hg.mozilla.org/integration/gaia-central/rev/26627eb2c940
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1156995 - Set GAIA_OPTIMIZE=1 by default with raptor profile

========

https://hg.mozilla.org/integration/gaia-central/rev/c0098699168b
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #29669 from npark-mozilla/1157326

Bug 1157326 - test_lockscreen_unlock_to_homescreen_with_passcode.py in Imagecompare needs to be updated

========

https://hg.mozilla.org/integration/gaia-central/rev/5b6a56092c2c
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1157326 - test_lockscreen_unlock_to_homescreen_with_passcode.py in Imagecompare needs to be updated

switching to root frame is required upon every screen wake

========

https://hg.mozilla.org/integration/gaia-central/rev/10c469d4ab52
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #29668 from npark-mozilla/1155299

Bug 1155299 - Update manifest file for imagecompare (i.e. defined smoke tests)

========

https://hg.mozilla.org/integration/gaia-central/rev/2d099084573b
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1155299 - Update manifest file for imagecompare

Remove tests that are redundant
2015-04-22 10:57:38 -07:00
B2G Bumper Bot d9c10e3c97 Bumping manifests a=b2g-bump 2015-04-22 10:09:52 -07:00
B2G Bumper Bot 96e88d9931 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ccfa36f6da55
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1155598 - merge pull request #29657 from albertopq:1155598-center-arrow to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/e89680a83859
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1155598 - Using left instead of offset on the search warning

========

https://hg.mozilla.org/integration/gaia-central/rev/6dc713a1a444
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1128393 - merge pull request #29655 from timdream:keyboard-dyn-mobilewarn to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/b38439494b30
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1128393 - Part III, Move installed layout config to preferencesStore

========

https://hg.mozilla.org/integration/gaia-central/rev/0cb1bf73e85b
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1128393 - Part II, Data connection detection and remembering choice

========

https://hg.mozilla.org/integration/gaia-central/rev/d21a78147fa3
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1128393 - Part I, Show a confirm dialog before starting the download
2015-04-22 10:07:40 -07:00