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

299365 Коммитов

Автор SHA1 Сообщение Дата
Robert O'Callahan 5c77da3630 Bug 840902. Part 1: Stop checking the results of various display list methods. r=mattwoodrow
--HG--
extra : rebase_source : 50a3d6809ef76a25a3d02d91f2873d9ba11fdc56
2013-02-15 00:08:08 +13:00
Phil Ringnalda c71c586441 Back out 236ba87c0a9f (bug 440046) and d3b7606d94a6:895a7efc978d (bug 683262) for b2g mochitest failures 2013-02-15 23:33:45 -08:00
Brian Nicholson f19a26b30b Bug 835022 - Switch to correct tab when a tab is closed. r=mfinkle 2013-02-15 22:44:14 -08:00
Brian Nicholson b88847ffd7 Bug 828349 - Return the tab count of the current private state. r=mfinkle 2013-02-15 22:42:12 -08:00
Phil Ringnalda 43e64f47dc Backout 727072808d9f (bug 841836) for b2g mochitest-1 failures
--HG--
extra : rebase_source : 895209557393923f4be09c7418b044871cbb6a20
2013-02-15 21:57:05 -08:00
Boris Zbarsky d2d9fb3436 Bug 822674 followup to disable this test on Android. r=jesup 2013-02-16 00:59:11 -05:00
L. David Baron e70474e604 Bug 841896: Rename CSSKeyframesRule.insertRule to appendRule to match spec change.
Note that this does not change the IID of nsIDOMMozCSSKeyframesRule
since neither the method signature nor semantics have changed; only the
name is different.
2013-02-15 21:38:34 -08:00
L. David Baron 067fe7cbfb Bug 841789, patch 3: Some removal of unneeded style context null-checks and comment cleanup. r=dholbert 2013-02-15 21:38:34 -08:00
L. David Baron d282c8380c Bug 841789, patch 2: Fix callers that are going through the style context to get style structs rather than using the nsIFrame shortcuts. r=dholbert
This is just a code simplification that I noticed while reading through
patch 1.
2013-02-15 21:38:34 -08:00
L. David Baron 50d4e367af Bug 841789, patch 1: Rename nsIFrame::GetStyleContext() to nsIFrame::StyleContext() since it can never return null. r=dholbert
This makes it conform to our convention that getters returning pointers
that can never be null do not begin with "Get".
2013-02-15 21:38:33 -08:00
Alexander Surkov ffad930fa8 Bug 834120 - Table cell accessibles not exposed for CSS table without table-row, r=tbsaunde 2013-02-16 14:42:00 +09:00
David Dahl 6743609509 Bug 440046 - expose secure PRNG in the DOM (window.crypto.getRandomValues) r=cviecco r=bsmith 2013-02-15 15:38:15 -08:00
David Dahl 52c440b803 Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - revert nsIWindowCrypto patch r=jst 2013-02-15 23:34:18 -06:00
David Dahl a29fc61d9f Bug 683262 - window.crypto throws if MOZ_DISABLE_DOMCRYPTO is turned on - window.crypto patch r=jst
--HG--
rename : dom/interfaces/base/nsIDOMCrypto.idl => dom/interfaces/base/nsIDOMCryptoLegacy.idl
2013-02-15 23:34:15 -06:00
Jim Blandy 0387bb63a2 Bug 840723: Print js::Rooted<jsid> and related classes correctly in non-DEBUG builds. r=sfink 2013-02-15 21:27:44 -08:00
Jim Blandy 42d5f82914 Bug 840689: JS GDB support: Don't confuse typedefs with concrete types. r=sfink 2013-02-15 21:27:44 -08:00
Reuben Morais c9fdfd74d1 Bug 836519 - Implement getAll API for contact manager using cursors. r=gwagner 2013-02-03 04:05:51 -08:00
Boris Zbarsky 0880803e2f Bug 822674. Give RTCPeerConnection a sane classinfo. r=jst,jesup. r=peterv pending 2013-02-15 22:41:31 -05:00
Boris Zbarsky 72ada2a91d Bug 835267. Make sure to save our suggested filename before we append a .part to it so that we don't suggest filenames with .part in them. r=gavin.
Another option would be to save it before we createUnique too, and just assume that this name is only used if the user really wants it so it's OK to overwrite files with it.
2013-02-15 22:38:39 -05:00
Boris Zbarsky 0236f0c5b6 Bug 840898. Flag our nullable return value as actually being nullable. r=tbsaunde 2013-02-15 22:36:15 -05:00
Justin Dolske c59a1abd14 Bug 827145 - When no A/V devices are available, return that error to the page's getUserMedia callbacks. r=jesup 2013-02-15 19:22:27 -08:00
Jesse Ruderman 22acf5597b Bug 840402 - Add some more values to property_database.js. r=dbaron 2013-02-15 18:42:48 -08:00
Sotaro Ikeda 4968afff3b Bug 840154 - Do not release MediaBuffer during OMXCodec is seeking. r=cdouble 2013-02-15 21:27:18 -05:00
Ryan VanderMeulen 3d202fcac5 Backed out changeset 39d8916b698b (bug 826044) for frequent failures. 2013-02-15 21:27:17 -05:00
Christian Sonne 371159a109 Bug 816254 - Add logging to Downloads Panel r=mak 2013-02-15 17:34:18 -08:00
Jared Wein 26a7fd81d2 Bug 841712 - Copy in Error Console has shows source code instead of line number. r=neil 2013-02-15 20:17:59 -05:00
Luke Wagner 3825531912 Bug 841619 - Factor out an ArrayBufferObject::changeContents from uninlineData (r=sfink)
--HG--
extra : rebase_source : 0f3828f1cd07e447540b28ba38f02e2bdd75aa04
2013-02-14 15:08:15 -08:00
Randell Jesup b3f55d6267 Bug 835953: Notify UI that all gUM streams for a WindowID are gone r=dolske 2013-02-15 11:10:15 -05:00
Randell Jesup 030d86d9cd Bug 835953: front-end for disabling getUserMedia notification when page stops using it r=dolske 2013-02-15 19:54:30 -05:00
Randell Jesup 3981afdc31 Bug 826044: enable WebRTC crashtests r=jsmith 2013-02-15 19:54:29 -05:00
John Ford 3a684cef64 Bug 839298 - One True JSON file of build information r=ted 2013-02-15 16:16:02 -08:00
Tanvi Vyas 4d9aec8e49 Bug 840641 - Missing Large Shield Icon from Mixed Content Doorhanger. r=dolske 2013-02-15 16:05:20 -08:00
Brian R. Bondy 4b4b97e7b0 Bug 831520 - Clear my Metro Firefox History now also clears StartUI. r=mbrubeck 2013-02-15 14:17:53 -05:00
Trevor Saunders f94d794ef7 bug 841928 - fix crash in ia2AccessibleHypertext::get_hyperlink() r=me 2013-02-15 18:02:21 -05:00
Till Schneidereit 99b043d50d Bug 822080 - use defineProperty instead of setGeneric during cloning of object properties for self-hosting. r=jwalden 2013-02-15 23:32:52 +01:00
Peter Van der Beken 6ac60724ce Fix for bug 838269 (Support cross-global |... instanceof DOMInterface|). r=bz.
--HG--
extra : rebase_source : e5ad1d7da8029394e3ecb38909eca406a675dbe9
2013-01-08 19:05:36 +01:00
Ben Turner fccc4a7e71 Bug 835698 - 'Pre-open() and send the fd for app process's application.zip'. r=jduell. 2013-02-15 14:27:21 -08:00
Shih-Chiang Chien 3f2dfe58f2 Bug 841243 - Followup fix for the captive portal changes, r=fabrice a=shira+ 2013-02-15 14:26:58 -08:00
Shih-Chiang Chien b10f43f0d7 Bug 752982 - Part 2, provide xpcshell test cases for captive portal detection. r=thinker,dolske a=shira. 2012-10-10 11:16:32 +08:00
Shih-Chiang Chien 011a0868cd Bug 752982 - Part 1, implement captive portal detection service. r=thinker,dolske rs=dolske a=shira. 2013-02-15 23:41:35 +08:00
Gregor Wagner 61884a045e Bug 841041 - Fix memory broadcast bug for workers. r=bent. 2013-02-15 14:12:19 -08:00
Ben Turner 8ffa404c0f Bug 841608 - 'Assertion: Uh, inner window set as event target! with FireMozTimeChangeEvent'. r=smaug. 2013-02-15 14:03:18 -08:00
Ben Turner b5ec11eb58 Bug 841612 - 'TimeChangeObserver::FireMozTimeChangeEvent bails out if *any* weak windows have gone away'. r=jlebar. 2013-02-15 13:57:18 -08:00
Ben Turner 773e831485 Bug 839261 - 'Assertion failure: false (Remote blob didn
't return a remote stream)'. r=sicking.
2013-02-15 13:39:43 -08:00
David Keeler 2f76f350cd bug 838290 - make nsIPluginHost.getPermissionStringForType more robust r=bsmedberg 2013-02-13 10:15:40 -08:00
Daniel Holbert 6f6422e21c Bug 821775: Set mHResize & mVResize flags when doing the actual reflow of a flex item, if we did an earlier "measuring" reflow and we're now stretching the item in either or both dimensions. r=dbaron 2013-02-15 14:01:48 -08:00
Joey Armstrong fa3323d7f6 bug 746277: replace hg commands with functions 2013-02-15 17:00:12 -05:00
Matt Brubeck 58c0becfb5 Bug 841893 - Fix exception in ContentPermissionPrompt [r=fryn] 2013-02-15 13:47:19 -08:00
Matt Brubeck 85d29ba428 Bug 841572 - Change default toggle labels from Yes/No to On/Off [r=ally] 2013-02-15 13:46:42 -08:00
Scott Johnson ff010dc7eb Bug 840331: Rev IID of B2GKeyboard interface. [r=bsmedberg] 2013-02-14 16:26:38 -06:00