Ms2ger
f5b72a0de2
Bug 795610 - Part d: Prepare HTMLElement.click() for WebIDL bindings; r=mounir
2012-10-06 09:19:52 +02:00
Ms2ger
ade404accf
Bug 795610 - Part c: Prepare HTMLElement.draggable for WebIDL bindings; r=mounir
2012-10-06 09:19:52 +02:00
Ms2ger
556952563a
Bug 795610 - Part b: Prepare HTMLElement.tabIndex for WebIDL bindings; r=mounir
2012-10-06 09:19:51 +02:00
Ms2ger
a2ebc92b5a
Bug 798481 - Make IndexOf a little more const-correct; r=mounir
2012-10-06 09:19:46 +02:00
Boris Zbarsky
4968b60cbd
Bug 749964. Don't try to save if what we have is not a real document object. r=khuey
2012-10-05 22:39:46 -04:00
Andrew Halberstadt
bb8b4e4177
Bug 797177 - Fix missed calls to checkCmd within B2G automation, r=mikeh; DONTBUILD because NPOTB
2012-10-05 16:06:02 -04:00
Bill Gianopoulos
bf18dd1dbe
Bug 798352 - Define EALREADY for VC9. r=rjesup
2012-10-05 16:54:51 -04:00
Brad Lassey
c3e21676ef
bug 790139 - crash in FT2FontEntry::CreateFontEntry when visiting any site in CM10 r=jfkthame
2012-10-05 17:46:02 -04:00
Marshall Culpepper
f99018e846
Bug 798132: Followup fix: Move the crash reporter query into the try/catch to fix builds where it is disabled. r=fabrice
2012-10-05 15:11:37 -05:00
Ben Turner
294ef5410e
Bug 789059 - 'Assertion failure: false (All IPDL URIs must be serial
...
izable or an allowed scheme)'. r=cjones.
2012-10-05 13:11:08 -07:00
Gregory Szorc
60db6ddf8e
Bug 794509 - Part 3: Automatically discover mach commands in sys.path; r=jhammel
...
DONTBUILD (NPOTB)
2012-10-05 12:19:19 -07:00
Gregory Szorc
5385e05615
Bug 794509 - Part 2: Move mach command modules into a mach.commands sub-module; r=jhammel
...
This patch on its own will break mach. Part 3 will refactor mach's
loader to discover and load modules using a modified module finding
method.
--HG--
rename : python/mach/mach/settings.py => python/mach/mach/commands/settings.py
rename : python/mach/mach/build.py => python/mozbuild/mach/commands/build.py
rename : python/mach/mach/testing.py => python/mozbuild/mach/commands/testing.py
rename : python/mach/mach/warnings.py => python/mozbuild/mach/commands/warnings.py
2012-10-05 12:13:18 -07:00
Gregory Szorc
bc9c3745e8
Bug 794509 - Part 1: mach subcommands are now defined through Python decorators; r=jhammel
2012-10-05 12:12:51 -07:00
John Ford
d629464fd9
bug 776783 enable packaging gaia on win32 B2G desktop builds rs=cjones DONTBUILD because NPOTB
2012-10-05 11:19:16 -07:00
Nicolas B. Pierron
39538cd3ea
Bug 792398 - Recover arguments from bailouts. r=luke
2012-10-04 23:56:07 -07:00
Nicolas B. Pierron
e47ccd76c3
Bug 787813 - Argument object, Use StackIter instead of StackFrame. r=luke
2012-10-04 23:56:06 -07:00
Jesse Ruderman
122a270cb8
Fix typo. No bug, DONTBUILD.
2012-10-04 23:12:15 -07:00
Jesse Ruderman
24f252f9f1
Remove trailing whitespace. No bug, DONTBUILD.
2012-10-04 23:12:15 -07:00
Nicholas Nethercote
fbd23bff54
Bug 797695 (part 4) - Exactly root jsscript.cpp. r=terrence.
...
--HG--
extra : rebase_source : b6cc292b092b30e339a75921245d4605275c104d
2012-10-04 16:22:03 -07:00
Nicholas Nethercote
c9f009a036
Bug 797695 (part 3) - Exactly root js_NewFunction(). r=terrence.
...
--HG--
extra : rebase_source : afece8e51f17ad3ed4d7cef013f169fa957362d4
2012-10-04 16:21:51 -07:00
Nicholas Nethercote
79b7095de1
Bug 797695 (part 2) - Exactly root jsfun.cpp. r=terrence.
...
--HG--
extra : rebase_source : 9a46d4b08cf0e71f34b7d87699329bc8f6ec4e47
2012-10-04 16:21:40 -07:00
Nicholas Nethercote
109aa1110b
Bug 797695 (part 1) - Exactly root jsexn.cpp. r=terrence.
...
--HG--
extra : rebase_source : 9680504cb9e93a9fe10af0ff6f2cd3253c011b06
2012-10-04 16:21:36 -07:00
Frank Yan
0740fbb282
Bug 796909 - Part 2: Use 2x search engine logo on about:home in HiDPI mode. r=dolske
2012-10-04 22:28:04 -07:00
Frank Yan
33a99561f0
Bug 796909 - Part 1: Use 2x images on about:home in HiDPI mode. r=dolske
2012-10-04 22:28:03 -07:00
Jesse Ruderman
cdc0366410
Bug 797677 - getPluginInfo indexes into navigator.mimeTypes unsafely. r=keelerd,jaws
2012-10-04 22:17:27 -07:00
Andrew Quartey
b0c7350c5a
Bug 792581 - part 13: Replace LL_MOD macro with modulo operator. r=ehsan
2012-10-05 01:05:28 -04:00
Andrew Quartey
e0477b23d8
Bug 792581 - part 12: Replace LL_DIV with division operator. r=ehsan
2012-10-05 01:05:28 -04:00
Andrew Quartey
efd58ac27b
Bug 792581 - part 11: Replace LL_MUL macro with multiplication operator. r=ehsan
2012-10-05 01:05:28 -04:00
Andrew Quartey
9f926a0d71
Bug 792581 - part 10: Replace LL_SUB macro with mathematical minus operator. r=ehsan
2012-10-05 01:05:27 -04:00
Andrew Quartey
b92e443462
Bug 792581 - part 9: Replace LL_ADD with mathematical plus operator. r=ehsan
2012-10-05 01:05:27 -04:00
Andrew Quartey
15c1cf34fe
Bug 792581 - part 8: Replace LL_NEG macro with negation. r=ehsan
2012-10-05 01:05:27 -04:00
Andrew Quartey
8198a95536
Bug 792581 - part 7 - Remove LL_AND macro with logical AND. r=ehsan
2012-10-05 01:05:27 -04:00
Kannan Vijayan
a7c555352b
Bug 786126 - part 3 - Allow null/undefined in typeset of target object of GetProp ICs. (r=sstangl)
2012-10-05 00:28:36 -04:00
Mark Hammond
5afb7f7772
Bug 796309 - callback must be invoked if same social chat url opened twice. r=mixedpuppy
2012-10-05 14:13:11 +10:00
Fabrice Desré
eb2fef8199
Bug 798132 - Builds without the crash reporter don't start anymore. [r=hub]
2012-10-04 21:10:45 -07:00
Nicholas Nethercote
19389df532
Bug 798129 - Unbreak --enable-jprof and --enable-dmd builds.
...
--HG--
extra : rebase_source : 3028a08a8546c58f7814bb8ae3c02719388633e7
2012-10-04 16:01:32 -07:00
Mark Hammond
2372838284
Bug 796222 - create the social toolbar panel/iframe with a default width as a workaround for bug 793057. r=jaws
2012-10-05 14:00:53 +10:00
Ehsan Akhgari
e630637a1d
Bug 796839 - Part 4: Don't pretend that empty text nodes are not editable; r=roc
...
This is the real fix for this bug. Previously we mistakenly thought
that if a text node is empty (or has only whitespace content), it is not
editable. This patch removes that check completely and makes us treat
text nodes the same way that we treat element nodes.
2012-10-03 21:25:00 -04:00
Ehsan Akhgari
10859e4967
Bug 796839 - Part 3: Don't get the inline properties from empty text nodes; r=roc
...
This is basically the equivalent of the previous part, just for getting
the inline properties.
2012-10-04 20:58:00 -04:00
Ehsan Akhgari
9fe0740025
Bug 796839 - Part 2 - Don't set inline properties on empty text nodes; r=roc
...
This part, similar to the previous one, ensures that we skip empty text
nodes when setting inline properties. Previously we were implicitly
getting this behavior becasue we were calling IsEditable, but we need to
be explicit about this.
2012-10-04 20:37:45 -04:00
Ehsan Akhgari
9d564e7cf4
Bug 796839 - Part 1: Make sure not to try wrapping empty text nodes when applying alignment in editable regions; r=roc
...
The code here is just missing this condition, and this patch is needed
to make the last part of this series pass tests. Previously,
nsEditor::IsEditable would return false when it hit an empty text node,
which implied this property almost by accident. This check makes this
property explicit, so this patch by itself doesn't really change
semantics.
2012-10-04 11:34:58 -04:00
Shane Caraveo
628d962685
Bug 783605 - DOM full screen should disable social sidebar. r=jaws
2012-10-03 16:11:52 -07:00
Mark Hammond
d4b2e10376
Bug 797716 - improvements to the auto-resize code for social panels. r=felipe
2012-10-05 13:32:38 +10:00
Brian R. Bondy
4f3f3e87fa
Bug 797973 - Uninstaller should remove applied updates folder. r=rstrong
2012-10-04 20:25:07 -04:00
Chris Pearce
4afda51dd1
Bug 785662 - Add NS_OpenAnonymousTemporaryFile(), and use it in nsMediaCache::Init(). r=roc
...
--HG--
rename : xpcom/io/nsMediaCacheRemover.cpp => xpcom/io/nsAnonymousTemporaryFile.cpp
2012-09-25 12:50:30 +12:00
Josh Matthews
8228273a70
Bug 792821 - Add more informative documentation to getImgCacheForDocument. r=joe
2012-09-25 23:51:18 -04:00
Josh Matthews
d257b2fa44
Bug 794606 - Make resuming a download correctly share the privacy status of the original download. r=mak
2012-10-04 15:08:28 -04:00
Josh Matthews
e7055454ba
Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused
2012-10-04 15:07:51 -04:00
Cameron McCormack
dcbd7a8fb2
Bug 782888 - Do not propagate nsChangeHint_UpdateEffects to text nodes. r=bz
2012-10-05 12:47:52 +10:00
Robert O'Callahan
3500fc067a
Bug 797797. Reftest.
...
--HG--
extra : rebase_source : 028a2835dd34e37a7dcf965bd2d23b004dce0bb9
2012-10-05 15:37:29 +13:00