Hsinyi Tsai
a101da7c5b
Bug 737793 - Final call state on receiver's phone is 'disconnecting', not 'disconnected'. r=bent
2012-03-21 19:30:05 +08:00
dietrich@mozilla.com
e526924275
Bug 726235 - Break out XPath code into separate module. r=zpao
2012-03-23 21:47:04 -04:00
Mark Capella
88c8cc7fea
Bug 726071 - get rid nsAccUtilsGetPositionAndSizeForXULSelectControlItem, r=surkov, f=tbsaunde
2012-03-24 10:09:10 +09:00
Wes Johnston
19b6b7943a
Bug 728224 - Update tests to expect default bookmarks. r=mfinkle
2012-03-23 17:38:50 -07:00
Wes Johnston
8c083ebf9d
Bug 728224 - Create deafult bookmarks in Fennec. r=mfinkle
2012-03-23 17:38:49 -07:00
Brian Nicholson
6c9d5080ef
Bug 738848 - Use selected document instead of active document in FormAssistant pageshow. r=mfinkle
2012-03-23 17:22:51 -07:00
Bill McCloskey
f290c1604a
Bug 703474 - Fix memory leak in GC write barrier verifier (r=igor)
2012-03-23 17:18:09 -07:00
Bill McCloskey
b171c214ba
Bug 737573 - Fix leak in SaveScriptFilename (r=igor)
2012-03-23 17:11:51 -07:00
Wes Johnston
1c604a679f
Bug 738421 - Close up ZipReader. r=cpeterson
2012-03-23 17:07:10 -07:00
Mark Hammond
6e90e43d7b
Bug 738535 - JS_WrapValue the FileReader's array buffer result. r=khuey
2012-03-24 11:04:55 +11:00
Matt Brubeck
37f7c950f8
Merge mozilla-central and mozilla-inbound
2012-03-23 16:06:54 -07:00
Bobby Holley
7039a94106
Bug 733984 - Explicitly disallow shadowing on location wrappers. r=mrbkap
...
This was taken care of in other ways before, but we need to be more explicit about it now that we're doing more Xray stuff with Location wrappers.
2012-03-23 15:58:18 -07:00
Margaret Leibovic
b470f0d157
Bug 721731 - Tests for new combined view. r=lucasr
2012-03-23 15:53:03 -07:00
Margaret Leibovic
6cf769db56
Bug 721731 - Create combined bookmarks/history view for top sites/awesomebar queries. r=mfinkle
2012-03-23 15:52:42 -07:00
Margaret Leibovic
c116acee4b
Bug 721731 - Add bookmark entries to testBrowserProviderPerf. r=gbrown
2012-03-23 15:52:20 -07:00
Steve Workman
4f51162934
Bug 682244 - Change CRL autoupdate pref from formatted date to integer. sr=bsmith r=kaie
2012-03-23 15:12:48 -07:00
Jared Wein
184eabb030
Backed out changeset 1801abb2839a (bug 730318) r=bustage
2012-03-23 11:46:51 -07:00
Jared Wein
a3d15a8602
Backed out changeset 62e3e0fc06c9 (bug 730318) r=bustage
2012-03-23 11:46:32 -07:00
Jared Wein
500e229e25
Backed out changeset 5f79a3dd45ff (bug 730318) r=bustage
2012-03-23 11:46:12 -07:00
Jared Wein
16b7178979
Backed out changeset c120dd831b3f (bug 734323) r=bustage
2012-03-23 11:45:51 -07:00
Jared Wein
3e437af1bc
Backed out changeset 29a7f9d3d4c4 (bug 730318) r=bustage
2012-03-23 11:45:27 -07:00
Kyle Huey
03d1246a2f
Bug 738334: Fix a worker timer race condition. r=bent
2012-03-23 10:46:16 -07:00
Dão Gottwald
2fcd4be7f3
merge backout
2012-03-23 16:58:48 +01:00
Dão Gottwald
4307ddde22
Backed out changeset bf13c2253055
2012-03-23 16:58:27 +01:00
Joel Maher
4878d87e26
Bug 737458 - add tp5row and cleanup config.py. r=armenzg
2012-03-23 10:47:10 -04:00
Kyle Huey
3e1e963534
Bug 737875. r=hsivonen
2012-03-23 07:44:06 -07:00
Jonathan Kew
34b9df2a69
bug 737863 - nsBaseHashtable::SizeOfExcludingThis should be declared const. r=njn
2012-03-23 12:13:56 +00:00
Nicholas Nethercote
bcd2963e13
bug 737412 - handle null sizeOfEntryExcludingThis pointer within ns{T,Base}Hashtable SizeOfExcludingThis functions. r=jfkthame
2012-03-23 12:13:44 +00:00
Jeff Gilbert
f23bc53c69
Bug 696569 - Allow for non-premultiplied data for canvases - r=bjacob,joedrew
2012-03-23 15:10:50 -07:00
Jonathan Kew
680806e579
bug 738197 - handle potential failures in gfxFont::GetShapedWord more robustly. r=roc
2012-03-23 12:13:33 +00:00
Bobby Holley
0729071e9e
Bug 667388 - Tests. r=mrbkap
2012-03-23 15:00:22 -07:00
Bobby Holley
1e986914e4
Bug 667388 - Handle wrappers during structured clone. r=mrbkap
...
We also remove the declared-but-never-implemented JSObject::getWrapperHandler.
2012-03-23 14:59:27 -07:00
Bobby Holley
02d5765e81
Bug 667388 - Introduce the PUNCTURE wrapper action. r=mrbkap
2012-03-23 14:59:27 -07:00
Bobby Holley
6eee34997f
Bug 667388 - Make the chrome-to-content Xray wrapper derive CrossCompartmentWrapper. r=mrbkap
...
The current situation seems incorrect, especially given the behavior of CrossOriginWrapper and XrayProxy. Currently it doesn't matter, but it probably will in the future.
2012-03-23 14:59:27 -07:00
Bobby Holley
a41865ae59
Bug 733984 - Apply Location wrappers for same-origin cross-compartment wrapping. r=mrbkap
...
This isn't an issue right now, since it can't ever happen outside of sandboxes, which content can't use. But if it could, it could get a pure CrossCompartmentWrapper to a Location object, which is bad.
2012-03-23 14:59:23 -07:00
Bobby Holley
a8eb45af36
Bug 733984 - Use the Location security policy even for content accessing chrome. r=mrbkap
...
I'm adding asserts about when we do and don't have a Location object behind the wrapper, and this case was hitting them. What we do here doesn't so much matter given how this stuff all works. On the one hand, statically using a restrictive policy is slightly more defense-in-depth. On the other hand, if this stuff is broken we're screwed in much more serious ways than content reading chrome locations, and using a consistent wrapper scheme allows us to make stronger asserts and assumptions.
I opted for stronger assumptions and more understandable security code. If Blake feels strongly though, I could go the other way and sprinkle '|| isChrome(obj)' throughout the asserts though.
2012-03-23 14:59:19 -07:00
Bobby Holley
61b04fb742
Bug 733984 - Clarify the security characteristics of Location objects. r=mrbkap
...
I was getting confused by some of the naming and lack of comments here.
2012-03-23 14:59:07 -07:00
Bobby Holley
0bc1eebe87
Bug 733984 - Stop specializing createHolder, and simplify holder creation in WrapperFactory::Rewrap. r=mrbkap
2012-03-23 14:59:04 -07:00
Eric Chou
2da532b4e8
Bug 730990 - Device object boilerplate for DOM Bluetooth - r=qDot
2012-03-23 14:58:12 -07:00
Kyle Machulis
9824874236
Backed out a44ac6895a2f r=bustage
2012-03-23 14:51:51 -07:00
Kyle Machulis
8713b9faa2
Backing out a44ac6895a2f
2012-03-23 14:50:47 -07:00
Kyle Machulis
9736c0ff22
Backed out changeset a44ac6895a2f
2012-03-23 14:45:29 -07:00
Eric Chou
bab53c603a
Bug 730990 - Device object boilerplate for DOM Bluetooth - r=qDot
2012-03-23 14:18:03 -07:00
Ryan VanderMeulen
554919925b
Backout 1152d14294df, 18c70ab50559, dbd51616925a, 730c2e84247f, and 7beb8fd46629 due to perma-hangs on WinXP debug moth. (test_memoryReporters.xul | application timed out after 330 seconds with no output)
2012-03-23 17:04:28 -04:00
William Lachance
13edde4d5e
Bug 722403 - DeviceManager: killProcess(): Add forceKill parameter and kill all matching processes, r=gbrown Earlier patch by Christian Holler.
...
--HG--
extra : rebase_source : 295a10d592827f4633951eda196505529560f8f0
2012-03-23 14:00:04 -07:00
Rafael Ávila de Espíndola
58fc9c4797
Bug 683975 - Disable lto. r=rail.
2012-03-23 16:56:36 -04:00
Mark Finkle
27d14f9642
Bug 738527 - Syntax error breaks removing closed tabs r=bnicholson
2012-03-23 16:53:43 -04:00
Mark Finkle
502585bb83
Bug 738526 - SessionStore TabValue APIs are busted r=bnicholson
2012-03-23 16:53:40 -04:00
Joshua M
be41190a07
Bug 679801 - "New Tab", "Panorama" and "List All Tabs" buttons do not get inverted on Aero with tabs on bottom. r=dao
2012-03-23 21:53:11 +01:00
Marco Bonardo
2b24ab86ca
Merge last green PGO from inbound to central
2012-03-23 12:49:57 +01:00