Mark Hammond
f33eaf3d40
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é
5fcf9cc9ba
Bug 798132 - Builds without the crash reporter don't start anymore. [r=hub]
2012-10-04 21:10:45 -07:00
Nicholas Nethercote
df76e006e3
Bug 798129 - Unbreak --enable-jprof and --enable-dmd builds.
...
--HG--
extra : rebase_source : 3028a08a8546c58f7814bb8ae3c02719388633e7
2012-10-04 16:01:32 -07:00
Mark Hammond
181237526c
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
3f5dda291e
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
3a5a309d1a
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
bcc50ca39a
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
eaff7cb0b6
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
b152936f27
Bug 783605 - DOM full screen should disable social sidebar. r=jaws
2012-10-03 16:11:52 -07:00
Mark Hammond
21cdb29a01
Bug 797716 - improvements to the auto-resize code for social panels. r=felipe
2012-10-05 13:32:38 +10:00
Brian R. Bondy
6257438cdb
Bug 797973 - Uninstaller should remove applied updates folder. r=rstrong
2012-10-04 20:25:07 -04:00
Chris Pearce
d7f1641d0d
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
9e4d2691db
Bug 792821 - Add more informative documentation to getImgCacheForDocument. r=joe
2012-09-25 23:51:18 -04:00
Josh Matthews
d80216fc60
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
a9c2289382
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
949660d475
Bug 782888 - Do not propagate nsChangeHint_UpdateEffects to text nodes. r=bz
2012-10-05 12:47:52 +10:00
Robert O'Callahan
2c8530a23d
Bug 797797. Reftest.
...
--HG--
extra : rebase_source : 028a2835dd34e37a7dcf965bd2d23b004dce0bb9
2012-10-05 15:37:29 +13:00
Robert O'Callahan
fc36d68166
Bug 794709. Don't bother trying to compute an intelligent dirty rect when building display lists for nsSimplePageSequence and nsPageContentFrame children; it's nontrivial due to the transforms they introduce, and it doesn't matter anyway. r=mattwoodrow
...
--HG--
extra : rebase_source : 6e51ff9514f66e24765bae74a6348afc65367d76
2012-10-05 15:29:56 +13:00
Robert O'Callahan
25d8a9eeb3
Bug 603880. Implement nsWindow::GetDefaultScale on Windows based on LOGPIXELSY, set by font DPI settings. r=jmathies
...
--HG--
extra : rebase_source : 9f557d71a0aff00cf51093983809d7bbda477294
2012-10-05 15:29:10 +13:00
Robert O'Callahan
1075aedfea
Bug 787274. Move urlbar min-width from #urlbar to the text input itself to ensure gadgets like the identity box are allowed to add to the min-width. r=dao
...
--HG--
extra : rebase_source : 15c370ee705e9ae846fc930be249ab7650b02824
2012-10-05 15:28:46 +13:00
Wes Johnston
a5f90e5a15
Bug 781318 - Autofocus textboxes in prompts. r=mbrubeck
2012-08-15 16:51:36 -04:00
Randell Jesup
8019756187
Bug 797979: Make media.peerconnection.enabled turn on getUserMedia as well r=smaug
2012-10-04 19:12:01 -04:00
Rafael Ávila de Espíndola
04974f2112
Bug 784691 - Upgrade clang to r162360.
...
Update the tooltool manifests. r=rail.
2012-10-04 22:22:27 -04:00
Rafael Ávila de Espíndola
0cc34b5b47
Bug 784691 - Upgrade clang to r162360. r=rail.
...
build the new version.
--HG--
extra : rebase_source : 8a743e450a40b68b9d49db591cb694083c0f1eeb
2012-10-04 22:09:48 -04:00
Valentin Gosu
0801848903
Bug 796192 - A/B test HTTP Pipelining on pre-release channel. r=mcmanus
2012-10-04 21:08:58 -04:00
Ryan VanderMeulen
92a8396bb8
Merge m-c to inbound.
2012-10-04 21:08:51 -04:00
Gregory Szorc
5f3beb48f2
Bug 795427 - Part 2: Terminate mach silently when KeyboardInterrupt is raised; r=jhammel
...
DONTBUILD (NPOTB)
2012-10-04 17:43:56 -07:00
Gregory Szorc
66a56c8a6b
Bug 795427 - Part 1: Proper exit codes from mach; r=jhammel
2012-10-04 17:43:54 -07:00
Gregory Szorc
7b9cdd0f3b
Bug 796840 - Don't have mozprocess worry about process children when running make; r=jhammel
...
DONTBUILD (NPOTB)
2012-10-04 17:23:06 -07:00
Ryan VanderMeulen
44a8d6faa6
Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE.
2012-10-04 19:34:19 -04:00
Olli Pettay
6011112b41
Bug 797909, null principal for initial about:blank, r=bz
2012-10-05 02:01:34 +03:00
Sean Stangl
5d449321b9
Bug 793516 - Bail in case of impossible MToDouble input. r=dvander
2012-10-04 15:08:37 -07:00
Jesper Kristensen
051967f32e
Bug 782118 - Dictionary add-ons cannot be updated from addons.mozilla.org. r=Unfocused
2012-10-04 17:54:40 -04:00
Ryan VanderMeulen
cb4ad1ca42
Merge m-c to inbound.
2012-10-04 17:54:34 -04:00
Terrence Cole
7708306277
Bug 794667 - Add an AutoAssertCanGC to help with exact rooting; r=billm
...
This will allow us to annotate all methods with either an AutoAssertNoGC or
AssertCanGC. These will serve the purpose currently being served by
MaybeCheckStackRoots, but because they are lighter can be used throughout the
engine.
2012-10-04 14:22:51 -07:00
Fabrice Desré
f5db9c7e0a
Bug 798028 - NetworkStatsService.jsm is not available in non-RIL builds [r=marshall]
2012-10-04 14:19:05 -07:00
Nicolas B. Pierron
46549a6bb0
Bug 797496 - Ignore hidden PC even with try notes. r=luke
2012-10-04 14:11:27 -07:00
John Ford
e891130972
bug 797438 - stop setting GAIA_DOMAIN for desktop b2g builds r=cjones
2012-10-04 10:30:07 -07:00
Hubert Figuière
8ef9e26fc6
Bug 777187 - Annotate crash with Android hardware info. r=fabrice f=kairo
...
--HG--
extra : rebase_source : 2ec27088996e4aa8c385475498ae42bfd4b1e6ec
2012-10-04 10:29:43 -07:00
Doug Turner
b90d266480
Bug 794619 - Remote the blobs returned from enumerate. r=bent
2012-10-04 13:40:45 -07:00
Benoit Jacob
7240725ea8
Bug 779611 - reland parts 5-8 - port WebGLTexture, WebGLBuffer, WebGLFramebuffer, WebGLRenderbuffer, WebGLShader, WebGLProgram to WebIDL bindings - r=bz
2012-10-04 16:35:54 -04:00
Benjamin Smedberg
eca15610ea
Bug 792372 - Use a check to solve a race notifying the browser process about a Flash crash while the channel is being closed [@ mozilla::ipc::AsyncChannel::CloseWithError()], r=gfritzsche
2012-10-04 12:58:42 -04:00
Ehsan Akhgari
fbd3443da6
Empty changeset to try to see if the case folding merge issue is now resolved, DONTBUILD, no bug
2012-10-04 12:37:59 -04:00
Ed Morley
6f5e9a6dba
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-10-04 16:18:25 +01:00
Ed Morley
3f6cca789a
Backout 739f8aac68a6 (bug 797708) for Win7 reftest-no-accel orange on a CLOSED TREE
2012-10-04 13:15:13 +01:00
Ed Morley
1c8a7ade37
Backout a5c50066ecbb (bug 787947), ee9f796b8416 (bug 794709) for crashtest/reftest assertions
2012-10-04 13:15:00 +01:00
Jan de Mooij
5548bd24a0
Bug 797185 - Disable DVG stack search when building with --enable-more-deterministic. r=decoder
2012-10-04 13:26:16 +02:00
Panos Astithas
ab5493f19c
Merge m-c to fx-team
2012-10-04 09:54:25 +03:00
Ryan VanderMeulen
657d66adaf
Backout 0cd12dcf7f8f, 5ff5e81e6de6, and 0ae09da96f63 (bug 740580) due to bug 797391.
2012-10-03 22:13:14 -04:00
Ryan VanderMeulen
28c781f991
Merge the last PGO-green inbound changeset to m-c.
2012-10-03 21:43:28 -04:00