Ryan VanderMeulen
9ad8ca8a9d
Merge the last PGO-green inbound changeset to m-c.
2012-08-23 22:06:49 -04:00
Luke Wagner
98889870b9
Bug 625199 - Actually that NULL check was necessary in js_GetPropertyHelperInline (having a non-null pc does not mean currentScript is non-null because currentScript returns null when cx->fp is in another compartment (r=bustage) CLOSED TREE
...
--HG--
extra : rebase_source : f35ede2c9fba57aa09775cf80e8ce064d1f90394
2012-08-23 18:42:29 -07:00
Adam Dane [:hobophobe]
3b8ae4eb13
Bug 583890 - Tab Title Abridger module and tests. r=ttaubert
2012-08-23 20:16:13 -05:00
Adam Dane [:hobophobe]
d39f96fcbf
Bug 583890 - Add visibleLabel attribute/property and tests. r=ttaubert,jaws
2012-08-23 20:15:50 -05:00
Luke Wagner
68160897b6
Bug 625199 - Convert one more JSAutoEnterCompartment in ObserverPair.h (r=bustage)
2012-08-23 18:13:08 -07:00
Matt Brubeck
d2b9fc4f64
Back out 2c9059056119 and 52453ab440ec (bug 771380) for robocop perma-orange on a CLOSED TREE
2012-08-23 14:54:31 -07:00
Matt Brubeck
38cbcc6cc5
Back out 156eaa94f73c (bug 782786) and 05d1a3fba90b (bug 777028) for frequent Linux reftest failures on a CLOSED TREE
2012-08-23 14:47:07 -07:00
Matt Brubeck
128729361d
Back out b2900e347f5c (bug 783393) for Windows xpcshell hangs in test_listscripts-01.js on a CLOSED TREE
...
--HG--
extra : transplant_source : %F4%97%281%7F%AD%7E%C0Vb%00t%9Bd%FC%EC%A5%92%B5%C8
2012-08-23 14:37:29 -07:00
Matt Brubeck
3caff3c473
Back out b2900e347f5c (bug 783393) for Windows xpcshell hangs in test_listscripts-01.js on a CLOSED TREE
2012-08-23 14:37:29 -07:00
Matt Brubeck
f0721d083d
Back out b88ccf7bd3e3 for Linux test_canvas.html failures on a CLOSED TREE
2012-08-23 14:08:42 -07:00
Kyle Huey
691604f920
Bug 766793: Look for .pp files for shared libraries. r=ted a=philor for landing on a CLOSED TREE
2012-08-23 13:32:37 -07:00
Wes Johnston
c49b6c5c3a
backout c0bf8f743419 CLOSED TREE
2012-08-23 13:05:54 -07:00
William Lachance
b28692bf7a
Bug 785108 - Fix devicemanagerADB's isDir to handle symbolic links properly;r=jmaher DONTBUILD
2012-08-23 15:56:18 -04:00
Malini Das
0cc15146bd
Bug 755856 - look for adb in path first for mozdevice emulator automation, r=jgriffin
2012-08-23 15:46:48 -04:00
Johannes Vogel
991a87a528
Bug 755856 - make marionette client look for adb in path first, r=mdas
2012-08-23 15:46:48 -04:00
Ben Turner
7370f46298
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
...
--HG--
rename : ipc/glue/IPCSerializableParams.ipdlh => ipc/glue/InputStreamParams.ipdlh
extra : transplant_source : %A6%BC%8B%8D%3A_%7Df%2B%FE%AA%94%81%AB%CAW%15K%A7%03
2012-08-23 12:33:46 -07:00
Rafael Ávila de Espíndola
0abfb1bddc
Bug 785102 - Two different libxul.so used while populating startupcache. r=glandium.
2012-08-23 15:27:21 -04:00
Boris Zbarsky
8295d78bfb
Bug 784809. Allow null for the repeat argument of canvas createPattern. r=peterv
2012-08-23 12:23:23 -07:00
Chris Lee
e278d57ee6
Bug 771284 - Use the child selector to get to button-icon and button-text. r=dao
...
DONTBUILD
2012-08-23 11:31:52 -07:00
Mounir Lamouri
cdb3f274d1
Bug 756645 - Implement IndexedDB apps isolation. r=bent
2012-08-23 11:45:01 -07:00
Mounir Lamouri
58293031d8
Bug 784878 - Use version 2 by default when no version in found in permissions.sqlite. r=sicking
...
This is a patch to workaround the fact that talos has wrongly gerenated
permissions.sqlite files which don't have a user_version and are version 2.
This is going to be replaced by a MOZ_ASSERT by bug 784884.
2012-08-23 11:42:52 -07:00
Mounir Lamouri
c7228477b1
Bug 619236 - Set user_version in generated permissions.sqlite for tests. r=sicking
2012-08-23 11:39:41 -07:00
Mounir Lamouri
ad3b9fb923
Bug 777072 - 7/7 - Tests. r=sicking
2012-08-23 11:38:51 -07:00
Mounir Lamouri
65d035edc9
Bug 777072 - 6/7 Update the Permission Manager database to save appId/isInBrowserElement. r=sicking
2012-08-23 11:38:26 -07:00
Mounir Lamouri
f12bc57d40
Bug 777072 - 5/7 - Update IPC::Permission to use appId/isInBrowserElement. r=sicking
2012-08-23 11:38:01 -07:00
Mounir Lamouri
d395e2f803
Bug 777072 - 4/7 - Update nsPermission to use appId/isInBrowserElement. r=sicking
2012-08-23 11:37:31 -07:00
Mounir Lamouri
0e7ad1ee11
Bug 777072 - 3/7 - Update nsHostTable and nsHostEntry to make them aware of new security model. r=sicking,jlebar
2012-08-23 11:47:55 -07:00
Mounir Lamouri
713d808e20
Bug 777072 - 2/7 - AddInternal() and CommonTestPermission() should use nsIPrincipal. r=sicking
2012-08-23 11:36:28 -07:00
Mounir Lamouri
a120a68739
Bug 777072 - 1/7 - Move the logic from methods taking URIs to method taking nsIPrincipals. r=sicking
2012-08-23 11:35:54 -07:00
Mounir Lamouri
bfd18940bb
Bug 785161 - Stop uninstalling all installed apps in WebApps tests. r=jlebar
2012-08-23 11:46:38 -07:00
Mounir Lamouri
8e092dc2e5
Bug 775815 - Use new Permission Manager API in SpecialPowers. r=sicking
2012-08-23 11:23:48 -07:00
Nathan Froyd
2afd43df22
Bug 781200 - fixup several cache histograms; r=bsmith,hurley
2012-08-23 13:23:03 -04:00
Alex Crichton
bbefca0372
Bug 785094: Fix negative colspans showing up in the wrong places. r=jorendorff
2012-08-23 12:05:05 -07:00
Kyle Machulis
8a2e15d8be
Backout of f98bea38e654 due to mochi bustage
2012-08-23 12:01:27 -07:00
Kyle Machulis
76c7b95997
Backout of c129811b87ef due to mochi bustage
2012-08-23 12:00:51 -07:00
Fabrice Desré
1254bb83b2
merge
2012-08-23 11:57:42 -07:00
Fabrice Desré
b2d52c5754
Bug 784678 - Error when calling postCancel and postSuccess in an activity : followup [r=mrbkap]
2012-08-23 11:56:36 -07:00
Benoit Jacob
d0267ee786
Bug 782786 - BasicCanvasLayer: avoid UpdateSurface of non-dirty canvases - r=BenWa
2012-08-23 14:56:23 -04:00
Benoit Jacob
c50e6dd0da
Bug 777028 - honor gfx.work-around-driver-bugs for Mesa WebGL workaround - r=jgilbert
2012-08-23 14:56:17 -04:00
Gregor Wagner
51502e4c12
Bug 785147 - Contacts API: fix import contacts from SIM card. r=fabrice
2012-08-23 11:48:33 -07:00
Bobby Holley
6e5d279c63
Bug 757046 - Convert enablePrivilege into an insecure test-only construct (preffed off everywhere but in automation). r=bz
2012-08-23 11:45:28 -07:00
Bobby Holley
bc6c1d1c2e
Bug 785162 - Disable test_bug760802.html on android. r=smaug,dougt
2012-08-23 11:45:28 -07:00
Bobby Holley
f978d43865
Bug 784560 - Fix more tests. r=mccr8
2012-08-23 11:45:28 -07:00
Bobby Holley
db063f3c32
Bug 784857 - Turn on enablePrivilege for JSReftests. r=mccr8
2012-08-23 11:45:28 -07:00
James May
8394a16710
Bug 702555 - Remove obsolete, broken debug method PrintImageDecoders() in imgLoader. r=jlebar
2012-08-23 11:40:02 -07:00
Siddharth Agarwal
46de2316a1
Merge mozilla-central to mozilla-inbound.
2012-08-23 23:59:41 +05:30
Lucas Rocha
65bf8a7865
Bug 771380 - Use animation to show/hide lock icon in toolbar (r=sriram)
2012-08-23 19:27:11 +01:00
Lucas Rocha
cddec5a621
Bug 771380 - Reorganize toolbar layout to better handle dynamic icons (r=sriram)
...
* * *
fold me
2012-08-23 19:27:11 +01:00
Luke Wagner
b41ca730d1
Bug 784551 - remove JSSecurityCallbacks::findObjectPrincipals (r=mrbkap)
...
--HG--
extra : rebase_source : 8043b79eb031e4c3e196f6f693fa6a8a16099ecb
2012-08-23 09:51:09 -07:00
Luke Wagner
ceb8da37c6
Bug 668558 - remove JSSecurityCallbacks::subsumePrincipals (r=mrbkap)
...
--HG--
extra : rebase_source : 6cb1ce1b8f2505ca98235e7ad44138ac5f42737a
2012-08-23 09:45:24 -07:00