Commit Graph

121862 Commits

Author SHA1 Message Date
Daniel Holbert
567af6c177 Bug 841873 test changes: Tweak reftests/mochitests/crashtests to remove assumptions about the flexbox pref's default setting. (test-only) 2013-02-15 17:17:21 -08:00
Daniel Holbert
8743c2db79 Bug 841988: Declare loop iterator variables inside the "for" statement in nsTextFrameThebes.cpp, for better scoping. r=roc 2013-02-16 09:27:31 -08:00
Ben Turner
4bd88d7db1 Bug 835575 - 'PRemoteOpenFile could be more IPC-efficient'. r=jduell. 2013-02-07 13:06:58 +00:00
Peter Van der Beken
14885f5cee Fix for bug 830342 (Scale combobox is broken in print-preview, after selecting "Custom" and then hitting "Cancel" on its spawned dialog). r=dolske.
--HG--
extra : rebase_source : 6c8804f960ac42e0773d4283637bf4073aeb408c
2013-01-17 12:16:33 +01:00
Peter Van der Beken
490e9a4afd Fix for bug 839529 (Remove various CC participants that don't do anything). r=smaug.
--HG--
extra : rebase_source : 8a272905c79396e7ae08aaaf83566ac450c45be0
2013-02-07 10:19:08 +00:00
Tetsuro Kato
a53aafd64c Bug 835753 - Add 'const' to argument of IMPDManager::GetAdaptationSetType(). r=sworkman 2013-01-29 19:59:31 +09:00
Yura Zenevich
0a1fffba5c Bug 828204 - Make if DEBUG statements internal to LOG in osfile. Add new TEST flag for logging into Console.services. r=yoric 2013-02-16 10:40:15 -05:00
Ryan VanderMeulen
970744ab59 Merge m-c to inbound. 2013-02-16 10:40:13 -05:00
Alfred Kayser
7640303f6f Bug 405407 - Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput (v10). r=michal.novotny 2013-02-16 15:50:09 +01:00
Ryan VanderMeulen
471c8e26a0 Merge the last PGO-green inbound changeset to m-c. 2013-02-16 09:49:43 -05:00
Jonathan Watt
4eb4400696 Bug 836323 - Mochitest additions and changes for <input type=range>. r=mounir. 2013-02-16 12:36:02 +00:00
Jonathan Watt
398edc860d Bug 836314 - Implement the DOM pieces of <input type=range>. r=mounir. 2013-02-16 12:35:57 +00:00
ffxbld
09e4256ff4 No bug, Automated blocklist update from host bld-linux64-ec2-635 - a=blocklist-update 2013-02-16 03:35:22 -08:00
Dão Gottwald
fe5f1b56c5 Bug 841714 - Set the 'validate' attribute directly on tab-icon-image rather than inheriting it from the tab. r=gavin
--HG--
extra : rebase_source : 065499b0c59adc3c6e7483a6c1116f02e4eb3a34
2013-02-16 11:11:29 +01:00
Dão Gottwald
9447d8cb53 Bug 835953 - Remove browser-specific notification when a page releases webcam/microphone access. r=dolske
--HG--
extra : rebase_source : 69454e2461746853981e0de7161be62c08f25f1a
2013-02-16 11:10:41 +01:00
Dão Gottwald
c9743538dd merge backout
--HG--
extra : rebase_source : cfe6765441f94a2ea9ffe63258f4fda7e0e47e67
2013-02-16 11:09:41 +01:00
Mounir Lamouri
dbbb67d3ea Bug 841828 - Show the appropriate cursor on disabled text fields. r=bz 2013-02-16 10:58:28 +00:00
Dão Gottwald
171b4ecc7a Backed out changeset 163daa0ef353 2013-02-16 11:09:30 +01:00
Ms2ger
948d5f9b8d Merge backout on a CLOSED TREE. 2013-02-16 10:36:31 +01:00
Ms2ger
bfc7bd8836 Backout bug 828349, bug 835022 for robocop orange and exception from Tabs.getDisplayCount. 2013-02-16 10:36:05 +01:00
Cameron McCormack
a5d156f4b3 Bug 841812 - Avoid crashing when changing attributes on an invalidly parented <textPath>. r=roc 2013-02-16 20:16:11 +11:00
Jeff Walden
8765553d79 Bug 836519 - Back out 7a145f17e37c for intermittent 'dom/contacts/tests/test_contacts_getall.html | 19 contacts returned - got 20, expected 19' in the test it added. r=intermittent-orange 2013-02-16 00:42:26 -08:00
Brian Nicholson
4656a9e054 Bug 835022 - Switch to correct tab when a tab is closed. r=mfinkle 2013-02-15 22:44:14 -08:00
Brian Nicholson
ebde756222 Bug 828349 - Return the tab count of the current private state. r=mfinkle 2013-02-15 22:42:12 -08:00
Phil Ringnalda
f7ae51dae6 Backout 727072808d9f (bug 841836) for b2g mochitest-1 failures
--HG--
extra : rebase_source : 895209557393923f4be09c7418b044871cbb6a20
2013-02-15 21:57:05 -08:00
Boris Zbarsky
8025312ba2 Bug 822674 followup to disable this test on Android. r=jesup 2013-02-16 00:59:11 -05:00
L. David Baron
ba8841c136 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
01a5b0481c 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
5464b49cb0 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
63fdfec174 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
ae18cecbc2 Bug 834120 - Table cell accessibles not exposed for CSS table without table-row, r=tbsaunde 2013-02-16 14:42:00 +09:00
Randell Jesup
21cd33c685 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
a38494a422 Bug 826044: enable WebRTC crashtests r=jsmith 2013-02-15 19:54:29 -05:00
John Ford
bc62771017 Bug 839298 - One True JSON file of build information r=ted 2013-02-15 16:16:02 -08:00
Tanvi Vyas
973f912b48 Bug 840641 - Missing Large Shield Icon from Mixed Content Doorhanger. r=dolske 2013-02-15 16:05:20 -08:00
David Dahl
313db63994 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
3bcc359caf 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
b0632e9e66 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
913be66ecc 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
1fe8515306 Bug 840689: JS GDB support: Don't confuse typedefs with concrete types. r=sfink 2013-02-15 21:27:44 -08:00
Brian R. Bondy
3dcde32cdd Bug 831520 - Clear my Metro Firefox History now also clears StartUI. r=mbrubeck 2013-02-15 14:17:53 -05:00
Trevor Saunders
d1c8253dea bug 841928 - fix crash in ia2AccessibleHypertext::get_hyperlink() r=me 2013-02-15 18:02:21 -05:00
Till Schneidereit
bb3bcff1e0 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
Ryan VanderMeulen
d055554394 Bug 838532 - Fix bustage on a CLOSED TREE. 2013-02-15 12:28:02 -05:00
Andrea Marchesini
c6c00b063d Bug 838532 - Convert HTMLLegendElement to WebIDL. r=Ms2ger 2013-02-15 11:55:53 -05:00
Andrea Marchesini
76260f9192 Bug 838532 - Rename nsHTMLLegendElement to HTMLLegendElement. r=Ms2ger
--HG--
rename : content/html/content/src/nsHTMLLegendElement.cpp => content/html/content/src/HTMLLegendElement.cpp
rename : content/html/content/src/nsHTMLLegendElement.h => content/html/content/src/HTMLLegendElement.h
2013-02-15 11:55:53 -05:00
Joshua Kalpin
13ca43f694 Bug 839670 - Remove usage of gXULAppInfo and createAppInfo in toolkit/components/search/tests/xpcshell/ and replace with updateAppInfo(). r=MattN 2013-02-15 11:55:53 -05:00
Ryan VanderMeulen
67e48c76be Merge m-c to inbound. 2013-02-15 11:55:36 -05:00
Dave Townsend
441894d70a Bug 554780: Make plugins provider correctly handle plugins being added and removed through detection at runtime. r=Unfocused 2013-02-15 10:12:44 -06:00
Simone Carletti
991e9cfb17 Bug 841733 - update PSL for .id. r=gerv. 2013-02-15 15:43:06 +00:00