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

381159 Коммитов

Автор SHA1 Сообщение Дата
Andrew Halberstadt ab1a5ceec2 Bug 1062546 - Upload mozinfo.json to the build directory, r=ted 2014-09-05 16:55:03 -04:00
Ehsan Akhgari 37ea61cf99 Bustage fix for bug 1060976, irc-r=efaust, landed on a CLOSED TREE 2014-09-05 15:47:00 -04:00
Ehsan Akhgari 21a9749477 Bug 1060976 - Fix more bad implicit constructors in the JS engine; r=jorendorff 2014-09-05 15:11:39 -04:00
Monica Chew 2c36fac925 Bug 1030135: Enable pinning on services.mozilla.com in test mode (r=keeler) 2014-09-05 12:04:26 -07:00
George Wright 3b585c085d Bug 1061885 - [Skia] Do not demote for non-standard compositing ops r=snorp 2014-09-02 15:46:01 -04:00
Jeff Muizelaar a1d21210ab Bug 1063692. layers: Document the Prepare() phase better.
--HG--
extra : rebase_source : 5378145a501c45c8091cf316a72b72c42c598447
2014-09-05 14:44:19 -04:00
Boris Zbarsky 2eaef1e702 Bug 974857. Compare attempted anchor traversals to both the actual page URI and the exposable URI, and do an anchor scroll if either one matches. r=smaug 2014-09-05 14:28:46 -04:00
Boris Zbarsky b0b2acb195 Bug 1017424 part 9. Remove redundant xpconnect code looking for ChromeWindow/ModalContentWindow classes. r=bholley 2014-09-05 14:28:46 -04:00
Boris Zbarsky 1f4c6b7396 Bug 1017424 part 8. Remove the annotation of Window as having XPConnect impls in codegen. r=peterv 2014-09-05 14:28:45 -04:00
Boris Zbarsky 7dd6d51191 Bug 1017424 part 7. Remove code to handle XPConnect window wrappers from WindowNamedPropertiesHandler and XPCJSRuntime. r=peterv 2014-09-05 14:28:45 -04:00
Boris Zbarsky 586aabb26c Bug 1017424 part 6. Remove the WindowOnWebIDL function. r=peterv 2014-09-05 14:28:45 -04:00
Boris Zbarsky 4532962c88 Bug 1017424 part 5. Remove classinfo for Window. r=peterv 2014-09-05 14:28:45 -04:00
Boris Zbarsky b197b61892 Bug 1017424 part 4. Remove Web IDL quickstubs for Window. r=peterv 2014-09-05 14:28:44 -04:00
Boris Zbarsky 2f75825ec4 Bug 1017424 part 3. Remove the now-unnecessary nsIDocument::WrapObject. r=peterv 2014-09-05 14:28:44 -04:00
Boris Zbarsky e4f4c5d7c9 Bug 1017424 part 2. Rip out code in nsGlobalWindow that handles the window being on non-WebIDL bindings. r=peterv 2014-09-05 14:28:44 -04:00
Boris Zbarsky 95d2fef371 Bug 1017424 part 1. Remove support for the dom.window_experimental_bindings preference. r=peterv 2014-09-05 14:28:44 -04:00
Boris Zbarsky d14c26daf5 Bug 1057541 part 3. Change codegen to support required dictionary members. r=khuey 2014-09-05 14:28:43 -04:00
Boris Zbarsky 16db1fc4c0 Bug 1057541 part 2. Add a way to ask an IDLArgument whether it guarantees that it will always have a value. r=khuey 2014-09-05 14:28:43 -04:00
Boris Zbarsky 360bc9ab4d Bug 1057541 part 1. Change the IDL parser to allow an optional "required" on dictionary members. r=khuey 2014-09-05 14:28:42 -04:00
Jim Blandy bad296b02c Bug 1063247: Include declaration for JS::dbg::SetDebuggerMallocSizeOf. CLOSED TREE r=bustage 2014-09-05 11:24:51 -07:00
Jim Blandy fd3073d0be Bug 1063247: Stop checking for malloc_size; we need to get the header file righ. CLOSED TREE r=bustage 2014-09-05 11:11:35 -07:00
Jonathan Griffin bc92b3c074 Bug 1061982 - manifestparser changes to support conditional subsuites, r=jmaher 2014-09-05 10:44:22 -07:00
Jim Blandy 71484f95ca Bug 1063247: Let embeddings tell Debugger how to find the size of a malloc'd block of memory. r=terrence 2014-09-05 10:43:36 -07:00
Jim Blandy 796704a305 Bug 1063247: Amend JS::ubi::Node::size and its implementations to expect a mozilla::MallocSizeOf function. r=terrence
Note that JS::ubi::Node::size has no callers at present, so we can change its
type without changing any callers.
2014-09-05 10:43:35 -07:00
Jim Blandy 96c87e3727 Bug 1063247: Allow implicit construction of JS::ubi::Node from JS::HandleValue. r=terrence
This seems reasonable, since a ubi::Node is really just a pointer with some
introspection support, so the value and the Node are pretty similar. And I don't
see cases where you'd want an error.
2014-09-05 10:43:35 -07:00
Jim Blandy 2987a288ea Bug 1063233: Move JS::ubi::Node support for js::types::TypeObject next to where it is declared/defined. r=terrence 2014-09-05 10:37:19 -07:00
Jim Blandy 5d4c33121b Bug 1063233: Move JS::ubi::Node support for js::jit::JitCode next to where it is declared/defined. r=terrence 2014-09-05 10:37:19 -07:00
Jim Blandy f45cc6900e Bug 1063233: Move JS::ubi::Node support for js::Shape and js::BaseShape next to their declarations and definitions. r=terrence 2014-09-05 10:36:07 -07:00
Jim Blandy 2f06da2369 Bug 1063233: Move JS::ubi::Node support for js::LazyScript to sit next to the rest of LazyScript's implementation. r=terrence 2014-09-05 10:34:03 -07:00
Jim Blandy 724dc1950b Bug 1062089: Rename js/public/DebugAPI.h to js/public/Debug.h. It's a public header file; *obviously* it's an API. r=jorendorff
--HG--
rename : js/public/DebugAPI.h => js/public/Debug.h
2014-09-05 10:32:29 -07:00
Brian R. Bondy da6579abe6 Bug 945192 - Changes for tests. r=rstrong. 2014-09-05 12:56:09 -04:00
Brian R. Bondy c581ce9932 Bug 945192. r=rstrong 2014-05-25 21:58:53 -04:00
Hannes Verschore 6724407033 Bug 1061646 - Inline CheckForInterrupt on windows, just like we do on linux, r=jorendorff 2014-09-05 18:28:15 +02:00
Ryan VanderMeulen 50bd7c0e7f Merge m-c to inbound. a=merge 2014-09-05 12:15:01 -04:00
James Graham 8e66d0c6d5 Bug 925849 - Update web-platform-tests metadata for changes to WorkerNavigator, r=khuey 2014-09-05 17:11:08 +01:00
Ryan VanderMeulen d132cca22b Merge b2g-inbound to m-c. a=merge 2014-09-05 12:04:44 -04:00
Ryan VanderMeulen 6ca1d53198 Merge fx-team to m-c. a=merge 2014-09-05 11:54:57 -04:00
B2G Bumper Bot a42620f13a Bumping manifests a=b2g-bump 2014-09-05 07:24:20 -07:00
B2G Bumper Bot ed569f0082 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4a65d1701544
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1062192 - Avoid race condition adding events before datastore. r=kgrandon
2014-09-05 07:15:39 -07:00
B2G Bumper Bot 465f395af7 Bumping manifests a=b2g-bump 2014-09-05 06:52:18 -07:00
B2G Bumper Bot 7bbb5f1485 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ce05ad13a0c0
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #23672 from mancas/bug1046202

Bug 1046202 - Copy improvement when battery is almost empty

========

https://hg.mozilla.org/integration/gaia-central/rev/97352bb1f920
Author: Manuel Casas Barrado <manuel.casasbarrado@telefonica.com>
Desc: Bug 1046202 - Copy improvement when battery is almost empty

========

https://hg.mozilla.org/integration/gaia-central/rev/82ab7462d32d
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #23741 from TheoChevalier/bug1062197-follow-up

Bug 1062197 - Fix hardcoded strings in Messaging settings - followup

========

https://hg.mozilla.org/integration/gaia-central/rev/ef650a0b2a5c
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 1062197 - Fix hardcoded strings in Messaging settings - followup

========

https://hg.mozilla.org/integration/gaia-central/rev/d075154ca670
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #23394 from allstarschh/Bug1053732_ndef_dict

Bug1053732 - Use dict for MozNDEFRecord constructor

========

https://hg.mozilla.org/integration/gaia-central/rev/f212f25c5b0e
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1053732 - use dict in MozNDEFRecord cstor. r=benfrancis, alive, francisco
2014-09-05 06:45:51 -07:00
B2G Bumper Bot eabfe2a151 Bumping manifests a=b2g-bump 2014-09-05 06:34:25 -07:00
Gijs Kruitbosch 9b5fa0c78c Bug 1035536 - move CSS to themes directory, r=dao
--HG--
rename : browser/base/content/aboutneterror/netError.xhtml => browser/base/content/aboutNetError.xhtml
rename : browser/base/content/aboutneterror/info.svg => browser/themes/shared/aboutNetError_info.svg
extra : rebase_source : c78b55b877ded23ad05aa942ab7983516a688cd8
2014-09-05 15:14:27 +02:00
Krzysztof Mioduszewski 35c6d11acf Bug 1061827 - Nfc.js serializes all the messages, even in release mode. r=allstars.chh 2014-09-05 00:21:00 -04:00
Tim Chien 50f643b1d6 Bug 1057898 - Test for tapping between two inputs. r=yxl 2014-09-04 19:52:00 -04:00
Tim Chien 0e320d9362 Bug 1057898 - Tap between two inputs should result one inputcontextchange event. r=yxl 2014-09-04 19:43:00 -04:00
David Keeler d219ed0d80 bug 775370 - (part 2/2) use DataStorage as back-end to nsSiteSecurityService r=briansmith 2014-09-04 10:42:31 -07:00
Dan Minor c78b7345bf Bug 1062937 - Disable TestAudioBuffers unittest for B2G emulator; r=gbrown
--HG--
extra : rebase_source : 0ad9cdeed42c2f20dd54867cdcb437863927394d
2014-09-04 12:05:29 -04:00
James Graham 4c6c919d39 Bug 1063433 - Fix web-platform-tests XMLHttpRequest expectations for bugs 716491 and 1063526, r=Ms2ger 2014-09-05 14:57:56 +01:00
Randell Jesup a36bfb4a7a Bug 1049583: comment-only fix for screensharing whitelist rs=jesup DONTBUILD 2014-09-05 09:43:39 -04:00